IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Example class that derives from the M class. Implements a method that uses basic mathematical functions implemented in M. More...
Classes | |
class | 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... | |
Public Member Functions | |
ExampleMathClass () | |
double | f (double x) |
Method in which comfortable mathematic functions form the base class M are used. |
Example class that derives from the M class. Implements a method that uses basic mathematical functions implemented in M.
$A Igor xx Jul11; <remarks TODO: Join the FuncMath class with this class (incorporate that class and abolish it)!! </reremarks>
IG::Num::ExampleMathClass::ExampleMathClass | ( | ) | [inline] |
double IG::Num::ExampleMathClass::f | ( | double | x | ) | [inline] |
Method in which comfortable mathematic functions form the base class M are used.
x | Argument of a real-valued function. |