cmath.h File Reference

#include <cmath>
Include dependency graph for cmath.h:
This graph shows which files directly or indirectly include this file:

Defines

#define MAX(a, b)   ((a) > (b) ? (a) : (b))
#define MIN(a, b)   ((a) < (b) ? (a) : (b))

Functions

template<class T >
gcd (T a, T b)
template<class T >
lcm (T a, T b)

Define Documentation


Function Documentation