0.4.1
Loading...
Searching...
No Matches
Math.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  NAV
 
namespace  NAV::math
 

Functions

double NAV::math::calcEllipticalIntegral (double phi, double m)
 Calculates the incomplete elliptical integral of the second kind.
 
uint64_t NAV::math::factorial (uint64_t n)
 Calculates the factorial of an unsigned integer.
 
double NAV::math::normalCDF (double value)
 Calculates the cumulative distribution function (CDF) of the standard normal distribution.