Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

u8data-f32 returns a 32-bit floating point.

Parameter Description
u u8data to get value from

Example

Example 1: Convert a u8data to f32bit float.

> (define mydata (u8vector->u8data (u8vector #x00 #x00 #xC0 #xB4)))          
> (u8data-f32 mydata)                                             
-3.5762786865234375e-7
Clone this wiki locally