TorchLean API

FloatLib.Floats.Formats.BinaryInterchange.Configured.Formatting

External character output for configured binary values #

Storage selection affects neither the characters nor the exception indicators. The descriptor model supplies the shared decimal and hexadecimal algorithms.

Exact decimal output, preserving the sign and diagnostic information of special values.

Instances For

    Exact hexadecimal output with an integral significand and a decimal binary exponent.

    Instances For

      Nearest-even fixed output with exactly places digits after the decimal point.

      Instances For

        Nearest-even scientific output with places + 1 significant digits.

        Instances For
          @[simp]

          Repacking a value does not change fixed decimal output.

          @[simp]

          Repacking a value does not change scientific decimal output.

          @[simp]

          Repacking a model word leaves its exact hexadecimal output unchanged.