universal icon indicating copy to clipboard operation
universal copied to clipboard

Adaptive precision linear floating-point implementation

Open Ravenwater opened this issue 4 years ago • 0 comments

For many numerical tests we would benefit from a high-performance arbitrary precision floating point representation. We don't want to create a dependency on BOOST or MPFR as it would make using the universal library more difficult, so a native implementation is desired.

Ravenwater avatar Oct 16 '20 18:10 Ravenwater