Documentation

StrataDDM.Util.Decimal

Instances For
    def StrataDDM.instDecidableEqDecimal.decEq (x✝ x✝¹ : Decimal) :
    Decidable (x✝ = x✝¹)
    Equations
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        Equations
        Instances For
          Equations
          Instances For
            Equations
            Instances For

              Always expand to a plain decimal literal, with no scientific notation. SMT-LIB has no scientific-notation numeric literal (a form like 142e10 parses as the free symbol e10 applied to a number), so consumers that emit SMT select this via the noExponent format mode.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                The default rendering: a plain literal within the pretty-print exponent window [-5, 5], and compact scientific notation outside it.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  Always render in scientific form: raw mantissaeexponent.

                  Equations
                  Instances For
                    @[implicit_reducible]
                    Equations
                    • One or more equations did not get rendered due to their size.