On this page:
8.18
top
up

3Floating-pointπŸ”— i

procedure

( write-float valsize[outbig-endian?])void?

val:real?
size:(or/c 48)
big-endian?:boolean? =#t
Equivalent to (write-bytes (real->floating-point-bytes valsizebig-endian?)out).

procedure

( read-float size[inbig-endian?])real?

size:(or/c 48)
big-endian?:boolean? =#t
Equivalent to (floating-point-bytes->real (read-bytes* sizein)big-endian?).

top
up

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /