|
||
const TInt KTReal32MaxExponent=128;
The maximum exponent for a 32-bit floating point number.
const TInt KTReal32MinExponent=-125;
The minimum exponent for a 32-bit floating point number.
const TInt KTReal32ZeroExponent=0;
A zero exponent value for a 32-bit floating point number.
const TInt KTReal64MaxExponent=1024;
The maximum exponent for a 64-bit floating point number.
const TInt KTReal64MinExponent=-1021;
The minimum exponent for a 64-bit floating point number.
const TInt KTReal64ZeroExponent=0;
A zero exponent value for a 64-bit floating point number.
const TReal KMinTReal=2.2250738585072015E-308;
The minimum value of a 64-bit floating point number.
const TReal KMaxTReal=1.7976931348623157E+308;
The maximum value of a 64-bit floating point number.
const TReal32 KMinTReal32=1.17549435E-38f;
The minimum value of a 32-bit floating point number.
const TReal32 KMaxTReal32=3.4028234663852885981170418348452e+38f;
The maximum value of a 32-bit floating point number.
const TReal64 KMinTReal64=2.2250738585072015E-308;
The minimum value of a 64-bit floating point number.
const TReal64 KMaxTReal64=1.7976931348623157E+308;
The maximum value of a 64-bit floating point number.
const TReal KRadToDeg=57.29577951308232;
The multiplying factor to convert radians to degrees.
const TReal KDegToRad=0.017453292519943296;
The multiplying factor to convert degrees to radians.