IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
AP1.Mathe Class Reference
+ Collaboration diagram for AP1.Mathe:

Static Public Member Functions

static double RandomReal ()
 
static int RandomInteger (int N)
 
static double Sqr (double X)
 
static double AbsComplex (Complex z)
 
static Complex Conj (Complex z)
 
static Complex CSqr (Complex z)
 

Public Attributes

const double MachineEpsilon = 5E-16
 
const double MaxRealNumber = 1E300
 
const double MinRealNumber = 1E-300
 

Static Public Attributes

static System.Random RndObject = new System.Random(System.DateTime.Now.Millisecond)
 

Member Function Documentation

static double AP1.Mathe.RandomReal ( )
inlinestatic
static int AP1.Mathe.RandomInteger ( int  N)
inlinestatic

References AP1.Mathe.RndObject.

static double AP1.Mathe.Sqr ( double  X)
inlinestatic
static double AP1.Mathe.AbsComplex ( Complex  z)
inlinestatic

References AP1.Complex.x, and AP1.Complex.y.

static Complex AP1.Mathe.Conj ( Complex  z)
inlinestatic

References AP1.Complex.x, and AP1.Complex.y.

static Complex AP1.Mathe.CSqr ( Complex  z)
inlinestatic

References AP1.Complex.x, and AP1.Complex.y.

Member Data Documentation

System.Random AP1.Mathe.RndObject = new System.Random(System.DateTime.Now.Millisecond)
static
const double AP1.Mathe.MachineEpsilon = 5E-16
const double AP1.Mathe.MaxRealNumber = 1E300
const double AP1.Mathe.MinRealNumber = 1E-300

The documentation for this class was generated from the following file: