



************************************************************************
Elementary scalar functions (real and complex)
************************************************************************

The functions in this chapter comprise the usual elementary functions, as included in the C++ standard library, and a few specializations.

The source code for the C\# tests in Visual Studio is divided by real and complex modules:

The source code for the C\# tests in Visual Studio using real modules can be found online in the ``XlCalcNet`` repository or in the corresponding local ``XlCalcNet`` folder in the file `B03a_RealElementaryFunctions.cs <https://github.com/duhadler/XlCalcNet/blob/master/xlcalcnet/Addin/NET48/Source/TestFixedAndArbPrecCS/B03a_RealElementaryFunctions.cs>`__,

The source code for the C\# tests in Visual Studio using complex modules can be found online in the ``XlCalcNet`` repository or in the corresponding local ``XlCalcNet`` folder in the file `B03b_CplxElementaryFunctions.cs <https://github.com/duhadler/XlCalcNet/blob/master/xlcalcnet/Addin/NET48/Source/TestFixedAndArbPrecCS/B03b_CplxElementaryFunctions.cs>`__,



.. toctree ::
   :caption: Elementary scalar functions
   :maxdepth: 5



   C01_ComplexComponents.rst

   C02_Roots.rst

   C03_Exponential.rst

   C04_Logarithms.rst

   C05_PowerFunctions.rst

   C06_Trigonometric.rst

   C07_TrigonometricPi.rst

   C08_Hyperbolic.rst

   C09_InverseTrigonometric.rst

   C10_InverseHyperbolic.rst

   C11_FactorialsGamma.rst

   C12_Miscellaneous.rst




