Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

rs::gen_math Namespace Reference

Generic mathematical algorithms. More...


Compounds

struct  Power
 Generic power calculation. More...

struct  Power< X, 0 >
 calculate the zero-power (for generic recursion). More...

struct  Factorial
 Generic factorial calculation. More...

struct  Factorial< 0 >
 Defines the base factorial (for generic recursion). More...


Typedefs

typedef long double LongDouble
 real big integer (currently a 64bit int for cygwin). More...


Detailed Description

Generic mathematical algorithms.

Typedef Documentation

typedef long double LongDouble
 

real big integer (currently a 64bit int for cygwin).

Definition at line 14 of file generic_math.h.


Contact me in case of errors or questions.
This documentation is powered by Doxygen.
(C) 2000-2002 Doxygen