C++ Language/Std/CRuntime/Math/BasicMath

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

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)