Overview
A C library for high-precision floating-point computations.
The library is designed to be compatible with a standard libm library. Just change the -lm
compiler option to -lunifloat -fno-builtin
when building your application and you'll get high-precision versions of trigonometric (sin, tan, ...), bessel (jn, yn, ...) and other functions declared in the standard math.h header file.