C++ Language/Std/CRuntime/Math/BasicMath
Appearance
The C-Runtime library's support for basic mathematics includes functions like std::max()
, std::abs()
, std::round()
, and std::sqrt()
.
Additional information about basic math functions (includes interactive examples)