ILNumerics - Technical Application Development
Top
The MachineParameterSingle type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | eps |
Distance between the smallest number > 1.0, distinguishable from 1.0 and 1.0
|
![]() | epsneg |
Alternative eps. ibeta negep |
![]() | ibeta |
Radix
|
![]() | iexp |
Number of exponent bits
|
![]() | irnd |
Rounding and underflow information.
|
![]() | it |
Number of base digits(bits) in the mantissa
|
![]() | machep |
Exponent of the smalles number ibeta^machep > 1.0
|
![]() | maxexp |
Smallest power of ibeta where overflow occours
|
![]() | minexp |
Smallest power of ibeta without leading zeros in the mantissa
|
![]() | negep |
Exponent of smallest number ibeta^negep wich may be substracted from 1.0, giving a result not equal to 1.0
|
![]() | ngrd |
Number of guard digits in the product of 2 mantissas
|
![]() | xmax |
Largest floating point number
|
![]() | xmin |
Smallest floating point number
|
See Also