9 lines
172 B
Racket
9 lines
172 B
Racket
#lang racket
|
|
.2
|
|
2.
|
|
2.+0i ; zero imaginary part
|
|
2e0
|
|
#x10.8 ; hex float
|
|
#o1e2 ; oct float
|
|
2.0f0 ; single float
|
|
1.0t0 ; extended 80-bit float (when available on platform)
|