IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Num::Experimental Namespace Reference

Classes

struct  xdouble
 Extension of type double by a struct. Provides binary operaror ^ (left operand raised to the power of right operand). More...
class  ExampleMathClassExperimental
 Example class that derives from the M class. Implements a method that uses basic mathematical functions implemented in M. More...
class  MX
 Defines some mathematical functions to be used in derived classes. Beside the auxiliary functions already in class M, this class also defines functions that use type xdouble instead of double. * Standard mathematical functions and constants with short names are implemented, e.g. sin() instesd of Math.Sin().** These functions are static such that they can be used out of the derived classes, too.** Some functions are defined with several names, in order to reduce probability of errors in scripts.** Functions operate on the type xdouble rather than double, such that operator ^ can be used in expressions. More...
 All Classes Namespaces Files Functions Variables Enumerations Properties Events