Skip to content
/ bigfloat Public

High-performance, high-precision 80-bit floating point library

Notifications You must be signed in to change notification settings

ifd3f/bigfloat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bigfloat Library Unit Tests

High-performance, high-precision floating point library

Useful Links

Useful References

Packed Format

Likely would be used when sending over networks and such.

Field Start End Count Notes
Exponent 79 64 16 Bias of 1023 (same as IEEE double precision)
Sign 63 63 1 0 is positive, 1 is negative
Mantissa 62 0 63 Technically 64 bits, with a 1 for the MSB
Total 79 0 80 This is 10 bytes, or 2 more than a double.

About

High-performance, high-precision 80-bit floating point library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages