79 points seg_fault | 2 comments | 18 Oct 24 17:42 UTC | HN request time: 0.515s | source
Since there is so much interest on HN in floats lately and their software implementations, I wanted to show mine. It has no use and is just for teaching me floats and C++. Give me your thoughts.
If I understand this correctly GMP has a flexible mantissa with no limitations during runtime.
In fas you have to specify the sizes (of mantissa and exponent) during compile time. So the size of this type is fixed. Thus, there is no heap involved.