https://github.com/thethirdone/jsoftfloat
An implementation of the IEEE 754-2008 standard
https://github.com/thethirdone/jsoftfloat
ieee-754 ieee754
Last synced: 11 months ago
JSON representation
An implementation of the IEEE 754-2008 standard
- Host: GitHub
- URL: https://github.com/thethirdone/jsoftfloat
- Owner: TheThirdOne
- License: mit
- Created: 2017-09-13T20:49:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T22:47:04.000Z (almost 4 years ago)
- Last Synced: 2025-07-11T21:35:44.004Z (11 months ago)
- Topics: ieee-754, ieee754
- Language: Java
- Size: 56.6 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JSoftFloat
----------
JSoftFloat aims to be a compliant implementation of the the [IEEE 754-2008 standard](http://ieeexplore.ieee.org/document/4610935/)
Its still a major work in progress though; there are major parts of the standard
which are not implemented yet. Decimal floats and logrithms have not
been implemented yet.
This was initially made for use in [RARS](https://thethirdone/rars), but could certainly be useful for any applicationm where strict adherance to the standard and/or deterministic floatin point computation is needed.
## Bugs
If the standard disagrees with how JSoftFloat handles something, it is a bug. If
you submit an issue with an example and a quote from the standard, it should be
addressed in a timely manner.
Suggestions from the specification that are not followed are not bugs, but a Pull
request which fufills a suggestion would be appreciated.