You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f32toa - Convert an f32 float to a string to be displayed.
Currently this is emulated by converting the f32 to a "single" and then using singletostr to convert to a string. This means that the f32 library requires mulSingle and the single constants instead of using the already available f32mul and f32 constants.
Higher priority
f32toa - Convert anf32float to a string to be displayed.Currently this is emulated by converting thef32to a "single" and then usingsingletostrto convert to a string. This means that thef32library requiresmulSingleand thesingleconstants instead of using the already availablef32mulandf32constants.atof32 - convert a string to an f32 float.Integer conversions
f32toi8i8tof32f32toi16i16tof32f32tou8u8tof32f32tou16u16tof32Conversions between floats
f32tosinglesingletof32f32tof24f24tof32f32tof16f16tof32f32toxxtof32f32tof64f64tof32