isNormal method

bool isNormal()

Return a Logic true if this FloatingPointVa;ie contains a normal number, defined as having mantissa in the range [1,2)

Implementation

bool isNormal() => exponent != LogicValue.ofInt(0, exponent.width);