C++ Language/Std/CRuntime/Math/MiscellaneousMath
Appearance
The C-Runtime also provides a variety of miscellaneous math functions, such as std::fma(2.0F, 3.0F, 4.0F);
for computing 2*3+4.
Additional information about miscellaneous math functions (includes interactive examples)