Numerics library
Numerics library
The C++ numerics library includes common mathematical functions and types, as well as optimized numeric arrays and support for random number generation.
Mathematical functions and types
Common mathematical functions
The header cmath
provides standard C library mathematical functions such as std::fabs
, std::sqrt
, and std::sin
.