We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There should be conversion routines for the 24-bit floats (f24). I think maybe:
The text was updated successfully, but these errors were encountered:
Create atof24 (issue #24) and fixed bugs in f24toa
0aa4f81
created f24tof16, fixed bug in f16tof24, optimized. Addresses issue #24
8200645
No branches or pull requests
There should be conversion routines for the 24-bit floats (f24). I think maybe:
f24 <== stringf24 ==> single ("single" being this lbrary's bastardized format)f24 <==> binary32f24 <==> u8f24 <==> u16f24 <==> i8f24 <==> i16The text was updated successfully, but these errors were encountered: