Real values of exact dyadics #
A dyadic denotes its signed integer significand times an integral power of two. Its rational and real interpretations agree, so exact arithmetic identities can be transported by casting. These definitions do not depend on any floating-point format.
Interpret an exact dyadic (-1)^sign * significand * 2^exponent as a real.
Instances For
@[simp]
Casting the signed significand separates its sign from its natural magnitude.