The exponent bias of a
Double, i.e. value to subtract from the stored exponent to get the real exponent (
1023).
Namespace:
C
Assembly:
C.math (in C.math.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic const int DBL_EXP_BIAS = 1023
Public Const DBL_EXP_BIAS As Integer = 1023
public:
literal int DBL_EXP_BIAS = 1023
static val mutable DBL_EXP_BIAS: int
Field Value
Type:
Int32
See Also