Equations
Instances For
@[implicit_reducible]
@[implicit_reducible]
Equations
Instances For
@[implicit_reducible]
Equations
- StrataDDM.instReprDecimal = { reprPrec := StrataDDM.instReprDecimal.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
Equations
Equations
- StrataDDM.Decimal.zero = { mantissa := 0, exponent := 0 }
Instances For
Equations
- StrataDDM.Decimal.ofInt x = { mantissa := x, exponent := 0 }
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
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.