Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) cmath.h

 

cmath.h is an STL header file for mathematical functions.

 

#include <cmath>

 

 

 

 

 

List of functions in cmath.h (incomplete)

 

std::abs
std::acos
std::asin
std::atan
std::atan2
std::ceil
std::cos
std::cosh
std::exp
std::fabs
std::floor
std::fmod
std::labs
std::ldexp
std::ldiv
std::log
std::log10
std::modf
std::pow
std::sin
std::sinh
std::sqrt
std::tan
std::tanh

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict