|
|
|
|
|
by reitzensteinm
2253 days ago
|
|
I am aware of numeric towers and actually checked whether that was going on. sbcl 1.4.16 uses single floats:
https://ideone.com/ruw5qi I don't know enough about Scheme to dig under the covers to see how it's being represented internally. |
|
The output of inexact numbers is typically truncated. In CHICKEN, you can use flonum-print-precision to tweak that. In an example, straight from the manual: