ILNumerics Ultimate VS

MachineParameterSingle Structure

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Extensive numerical machine parameter infos - single precision

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public struct MachineParameterSingle

The MachineParameterSingle type exposes the following members.

Fields

  NameDescription
Public fieldeps
Distance between the smallest number > 1.0, distinguishable from 1.0 and 1.0
Public fieldepsneg
Alternative eps. ibeta negep
Public fieldibeta
Radix
Public fieldiexp
Number of exponent bits
Public fieldirnd
Rounding and underflow information.
Public fieldit
Number of base digits(bits) in the mantissa
Public fieldmachep
Exponent of the smalles number ibeta^machep > 1.0
Public fieldmaxexp
Smallest power of ibeta where overflow occours
Public fieldminexp
Smallest power of ibeta without leading zeros in the mantissa
Public fieldnegep
Exponent of smallest number ibeta^negep wich may be substracted from 1.0, giving a result not equal to 1.0
Public fieldngrd
Number of guard digits in the product of 2 mantissas
Public fieldxmax
Largest floating point number
Public fieldxmin
Smallest floating point number
Top
Remarks

[ILNumerics Core Module]

See Also

Reference