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.
atof32 - convert a string to an f32 float.
Integer conversions
f32toi8
i8tof32
f32toi16
i16tof32
f32tou8
u8tof32
f32tou16
u16tof32
Conversions between floats
f32tosingle
singletof32
f32tof24
f24tof32
f32tof16
f16tof32
f32tox
xtof32
f32tof64
f64tof32
f32toTIFloat
TIFloattof32
The text was updated successfully, but these errors were encountered:
Higher priority
f32toa - Convert anf32
float to a string to be displayed.Currently this is emulated by converting thef32
to a "single
" and then usingsingletostr
to convert to a string. This means that thef32
library requiresmulSingle
and thesingle
constants instead of using the already availablef32mul
andf32
constants.atof32 - convert a string to an f32 float.Integer conversions
f32toi8i8tof32f32toi16i16tof32f32tou8u8tof32f32tou16u16tof32Conversions between floats
f32tosinglesingletof32f32tof24f24tof32f32tof16f16tof32f32toxxtof32f32tof64f64tof32The text was updated successfully, but these errors were encountered: