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
- Host: GitHub
- URL: https://github.com/amari-calipso/ieee754-32bit-tool
- Owner: amari-calipso
- License: mit
- Created: 2021-05-24T20:12:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T20:50:52.000Z (6 months ago)
- Last Synced: 2024-12-19T18:49:18.968Z (6 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 operationsYou can use this program by running it, or you can use its functions by importing this file in your projects.