last update 20 Sep 2009 |
#include <cvrConstants.h>
Static Public Member Functions | |
static const T | pi () throw () |
static const T | twoPi () throw () |
static const T | halfPi () throw () |
static const T | e () throw () |
static const T | sqrt2 () throw () |
Example:
static const T cvr::constants< T >::e | ( | ) | throw () [inline, static] |
e (basis of natural logarithm) = 2.7182818284590452353602874713526.
..
static const T cvr::constants< T >::halfPi | ( | ) | throw () [inline, static] |
Half Pi (pi()/2).
static const T cvr::constants< T >::pi | ( | ) | throw () [inline, static] |
Pi.
static const T cvr::constants< T >::sqrt2 | ( | ) | throw () [inline, static] |
square root of 2 = 1.4142135623730950488016887242097.
..
static const T cvr::constants< T >::twoPi | ( | ) | throw () [inline, static] |
Twice Pi (2*pi()).