An open API service indexing awesome lists of open source software.

https://github.com/amari-calipso/ieee754-32bit-tool

A simple tool to convert decimal numbers to the IEEE754 32bit format and viceversa, and to do simple mathematical operations
https://github.com/amari-calipso/ieee754-32bit-tool

Last synced: 4 months ago
JSON representation

A simple tool to convert decimal numbers to the IEEE754 32bit format and viceversa, and to do simple mathematical operations

Awesome Lists containing this project

README

        

# IEEE754 32bit tool
A simple tool to convert decimal numbers to the IEEE754 32bit format and viceversa, and to do simple mathematical operations

You can use this program by running it, or you can use its functions by importing this file in your projects.