Mathematical functions based on XlCalcNet2#

Binary floating point, multiple precision: mreal, mcplx#

Some text

arbitrary precision significand, fixed size exponent

Binary floating point, single precision: sflint and sflintc#

sreal and scplx fully support Boost.Math and Eigen.

https://en.wikipedia.org/wiki/Single-precision_floating-point_format

Binary floating point, double precision: dflint and dflintc#

dreal and dcplx fully support Boost.Math and Eigen.

https://en.wikipedia.org/wiki/Double-precision_floating-point_format

Binary floating point, extended precision: eflint and eflintc#

ereal and ecplx fully support Boost.Math and Eigen.

https://en.wikipedia.org/wiki/Extended_precision

Binary floating point, quadruple precision: qflint and qflintc#

qreal and qcplx fully support Boost.Math and Eigen.

https://en.wikipedia.org/wiki/Quadruple-precision_floating-point_format

Binary floating point, octuple precision: oflint and oflintc#

oreal and ocplx fully support Boost.Math and Eigen.

https://en.wikipedia.org/wiki/Octuple-precision_floating-point_format

Binary floating point, multiple precision: mflint, mflintc#

Some text

arbitrary precision significand, fixed size exponent

Binary arbitrary precision ball: aflint and aflintc#

Some text

arbitrary precision significand and exponent

https://flib.org/

Note: Exponent soft maximum and minimum