﻿

.. |newpage| raw:: latex

   \newpage



.. |vspace| raw:: html

   <br />







|newpage|



Mathematical functions based on XlCalcNet2
=================================================================================




.. _rst_mreal_def: 


Binary floating point, multiple precision: ``mreal``, ``mcplx``
--------------------------------------------------------------------------------------------

Some text

arbitrary precision significand, fixed size exponent






.. _rst_srealflint_def: 

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




|newpage|

.. _rst_drealflint_def: 

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





|newpage|

.. _rst_erealflint_def: 


Binary floating point, extended precision: ``eflint`` and ``eflintc``
--------------------------------------------------------------------------------------

ereal and ecplx fully support Boost.Math and Eigen.


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





|newpage|

.. _rst_qrealflint_def: 


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






|newpage|

.. _rst_orealflint_def: 


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









|newpage|


.. _rst_mflint_def: 


Binary floating point, multiple precision: ``mflint``, ``mflintc``
--------------------------------------------------------------------------------------------

Some text

arbitrary precision significand, fixed size exponent










|newpage|


.. _rst_areal_def: 


Binary arbitrary precision ball: ``aflint`` and ``aflintc``
------------------------------------------------------------------

Some text

arbitrary precision significand and exponent

https://flib.org/

Note: Exponent soft maximum and minimum







