typedef const T& const_reference |
typedef T real_type |
typedef T& reference |
typedef math_traits<T> self_type |
typedef T value_type |
static value_type acos | ( | const_reference | t | ) | [inline, static] |
static value_type acosh | ( | const_reference | t | ) | [inline, static] |
static value_type asin | ( | const_reference | t | ) | [inline, static] |
static value_type asinh | ( | const_reference | t | ) | [inline, static] |
static value_type atan | ( | const_reference | t | ) | [inline, static] |
static value_type atan2 | ( | const_reference | y, | |
const_reference | x | |||
) | [inline, static] |
static value_type atanh | ( | const_reference | t | ) | [inline, static] |
static value_type cos | ( | const_reference | t | ) | [inline, static] |
static value_type cosh | ( | const_reference | t | ) | [inline, static] |
static value_type exp | ( | const_reference | t | ) | [inline, static] |
static value_type log | ( | const_reference | t | ) | [inline, static] |
static value_type log10 | ( | const_reference | t | ) | [inline, static] |
static value_type pow | ( | const_reference | t, | |
const_reference | e | |||
) | [inline, static] |
static value_type pow | ( | const_reference | t, | |
int | e | |||
) | [inline, static] |
static value_type sin | ( | const_reference | t | ) | [inline, static] |
static value_type sinh | ( | const_reference | t | ) | [inline, static] |
static value_type sqrt | ( | const_reference | t | ) | [inline, static] |
static value_type tan | ( | const_reference | t | ) | [inline, static] |
static value_type tanh | ( | const_reference | t | ) | [inline, static] |
static value_type to_colatitude | ( | const_reference | t | ) | [inline, static] |
static value_type to_degrees | ( | const_reference | t | ) | [inline, static] |
static value_type to_latitude | ( | const_reference | t | ) | [inline, static] |
static value_type to_radians | ( | const_reference | t | ) | [inline, static] |