Elementary scalar functions (real and complex)

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,

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,

Elementary scalar functions