-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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
-
f32toi8 -
i8tof32 -
f32toi16 -
i16tof32 -
f32tou8 -
u8tof32 -
f32tou16 -
u16tof32
Conversions between floats
-
f32tosingle -
singletof32 -
f32tof24 -
f24tof32 -
f32tof16 -
f16tof32 -
f32tox -
xtof32 -
f32tof64 -
f64tof32 - f32toTIFloat
- TIFloattof32
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers