latest version v1.9 - last update 10 Apr 2010 |
This class is a container of some mathematical and physical constants. More...
#include <ltiConstants.h>
Static Public Member Functions | |
static T | Pi () throw () |
static T | TwoPi () throw () |
static T | HalfPi () throw () |
static T | e () throw () |
static T | sqrt2 () throw () |
Protected Member Functions | |
constants () |
This class is a container of some mathematical and physical constants.
Example:
lti::constants< T >::constants | ( | ) | [inline, protected] |
Protected constructor avoids the creation of an instance of this class.
static T lti::constants< T >::e | ( | ) | throw () [inline, static] |
e (basis of natural logarithm) = 2.7182818284590452353602874713526.
..
static T lti::constants< T >::HalfPi | ( | ) | throw () [inline, static] |
Half Pi (Pi/2).
static T lti::constants< T >::Pi | ( | ) | throw () [inline, static] |
Pi.
static T lti::constants< T >::sqrt2 | ( | ) | throw () [inline, static] |
square root of 2 = 1.4142135623730950488016887242097.
..
static T lti::constants< T >::TwoPi | ( | ) | throw () [inline, static] |
Twice Pi (2*Pi).