IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
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 | |
double | f (double x) |
Method in which comfortable mathematic functions form the base class M are used. |
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.
double IG::Num::ExampleMathClass::Nested::f | ( | double | x | ) | [inline] |
Method in which comfortable mathematic functions form the base class M are used.
x | Argument of a real-valued function. |