IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
UtilMath.cs File Reference

Classes

class  IG.Num.ExampleMathClass
 Example class that derives from the M class. Implements a method that uses basic mathematical functions implemented in M. More...
 
class  IG.Num.ExampleMathClass.Nested
 A nested class that does not derive from the M class, but still statidc functions from that class can be used because it is embedded in that class. More...
 
class  IG.Num.UtilMath
 
class  IG.Num.M
 Defines some mathematical functions to be used in derived and other classes. More...
 
class  IG.Num.MExt
 Defines some mathematical functions to be used in derived classes. In addition to functions defined in the M class, functions are defined under other names, and some additional functions are also defined. More...
 
struct  IG.Num.Experimental.xdouble
 Extension of type double by a struct. Provides binary operaror ^ (left operand raised to the power of right operand). More...
 
class  IG.Num.Experimental.ExampleMathClassExperimental
 Example class that derives from the M class. Implements a method that uses basic mathematical functions implemented in M. More...
 
class  IG.Num.Experimental.ExampleMathClassExperimental.Nested
 A nested class that does not derive from the M class, but still statidc functions from that class can be used because it is embedded in that class. More...
 
class  IG.Num.Experimental.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. More...
 

Namespaces

package  IG.Num
 
package  IG.Num.Experimental