C++ Language/Std/CRuntime/Math/MiscellaneousMath

From Wikibooks, open books for an open world
< C++ Language‎ | Std‎ | CRuntime‎ | Math
Jump to navigation Jump to search

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)