| 1 | # mpmath reference column for the BigDecimal primitive-op microbench. |
| 2 | # Like-for-like philosophy (per BIGNUM-COMPARISON.md): mpmath is the raw bignum |
| 3 | # engine SymPy sits on, so mpmath.mpf ops at mp.dps = prec are the truest |
| 4 | # reference for CE's BigDecimal ops. mpmath is BINARY and always-normalized, so |