Common Mathematical Functions <cmath>
The
<cmath> header
defines an extensive collection of common math functions in the std namespace. Unless otherwise specified, all functions are overloaded to accept all standard numerical types, with the following rules for determining the return type:
- If all arguments are float, the return type ...