-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[f32] Add conversion routines. #29
Labels
good first issue
Good for newcomers
Comments
Zeda
pushed a commit
that referenced
this issue
Mar 20, 2021
Zeda
pushed a commit
that referenced
this issue
Apr 22, 2021
Zeda
pushed a commit
that referenced
this issue
Apr 23, 2021
Zeda
pushed a commit
that referenced
this issue
Apr 23, 2021
Zeda
pushed a commit
that referenced
this issue
Apr 23, 2021
Zeda
referenced
this issue
Apr 25, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: