canonicalize method

FloatingPointValue canonicalize()

Return the cananocalized form of FloatingPointValue which has the leading 1 at the front of the mantissa, or further right if subnormal.

Implementation

FloatingPointValue canonicalize() =>
    clonePopulator().ofFloatingPointValue(this, canonicalizeExplicit: true);