| 1 | /** |
| 2 | * Decimal numbers and arithmetic for cases where JavaScript `number` rounding |
| 3 | * is not precise enough. A `BigDecimal` stores digits as a `bigint` plus a |
| 4 | * decimal scale, which lets the module parse, compare, add, subtract, multiply, |
nothing calls this directly
no test coverage detected