On 2016-09-20 11:32:35 -0400, Asumu Takikawa wrote: > For example, an implementation with two internal representations may map > short and single together and long and double together.
BTW, I think this is what Racket does. It just has single and double. > 283403902385293s1 2.834039f+15 > 283403902385293f1 2.834039f+15 > 283403902385293d1 2.83403902385293e+15 > 283403902385293l1 2.83403902385293e+15 As noted in the Reference: Inexact real numbers are implemented as either single- or double-precision IEEE floating-point numbers—the latter by default, and the former only when a computation starts with numerical constants specified as single-precision numbers. Cheers, Asumu -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.