Numerics library
From cppreference.com
Contents |
Common mathematical functions
A lot of common mathematic functions are defined in <cmath>
header.
Complex numbers
This section is incomplete |
Numeric arrays
This section is incomplete |
Pseudo-random number generation
This section is incomplete |
generate a pseudo-random number (function) | |
initialize pseudo-random number generator (function) |
Generic numeric operations
This section is incomplete |