﻿

.. |newpage| raw:: latex

   \newpage



.. |vspace| raw:: html

   <br />







|newpage|



User defined functions based on arbitrary precision arithmetic (C\#)
=================================================================================




|newpage|


.. _rst_mlib_def: 


Binary floating point, multiple precision: ``mlib``, ``mlibc``
--------------------------------------------------------------------------------------------

Some text

arbitrary precision significand, fixed size exponent





.. _rst_sflib_def: 

Binary floating point, single precision: ``sflib`` and ``sflibc``
---------------------------------------------------------------------------------------

sreal and scplx fully support Boost.Math and Eigen.

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




|newpage|

.. _rst_dflib_def: 

Binary floating point, double precision: ``dflib`` and ``dflibc``
------------------------------------------------------------------------------------------

dreal and dcplx fully support Boost.Math and Eigen.

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





|newpage|

.. _rst_eflib_def: 


Binary floating point, extended precision: ``eflib`` and ``eflibc``
--------------------------------------------------------------------------------------

ereal and ecplx fully support Boost.Math and Eigen.


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





|newpage|

.. _rst_qflib_def: 


Binary floating point, quadruple precision: ``qflib`` and ``qflibc``
-----------------------------------------------------------------------------------

qreal and qcplx fully support Boost.Math and Eigen.

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






|newpage|

.. _rst_oflib_def: 


Binary floating point, octuple precision: ``oflib`` and ``oflibc``
---------------------------------------------------------------------------------

oreal and ocplx  fully support Boost.Math and Eigen.

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






|newpage|


.. _rst_mflib_def: 


Binary floating point, multiple precision: ``mflib``, ``mflibc``
--------------------------------------------------------------------------------------------

Some text

arbitrary precision significand, fixed size exponent











|newpage|


.. _rst_aflib_def: 


Binary arbitrary precision ball: ``aflib`` and ``aflibc``
------------------------------------------------------------------

Some text

arbitrary precision significand and exponent

https://flib.org/

Note: Exponent soft maximum and minimum







