Numerics library
From cppreference.com
< cpp
The C++ numerics library includes common mathematical functions and types, as well as optimized numeric arrays and support for random number generation.
Contents |
[edit] Mathematical functions and types
[edit] Common mathematical functions
The header <cmath> provides standard C library mathematical functions such as std::fabs, std::sqrt, and