News

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Float to Hex + const/high16 (if valid) Accepts inputs like 250.0, 999999.9, 30.0f, 1.25F, etc. Hex (auto-detect 16-bit high16 or 32-bit full IEEE float) to Float (Accepts inputs like 0x4120, 41F00000, ...