DoubleConsts

ported from jdk.internal.math.DoubleConsts

Properties

Link copied to clipboard

Bias used in representing a double exponent.

Link copied to clipboard

Bit mask to isolate the exponent field of a double.

Link copied to clipboard

Bit mask to isolate the magnitude bits (combined exponent and significand fields) of a double.

Link copied to clipboard

The exponent the smallest positive double subnormal value would have if it could be normalized..

Link copied to clipboard

Bit mask to isolate the sign bit of a double.

Link copied to clipboard

Bit mask to isolate the significand field of a double.

Link copied to clipboard

The number of logical bits in the significand of a double number, including the implicit bit.