(
expr: string | ExpressionInput,
type?: NumericType
)
| 805 | {num: "358796515092200247647243"} |
| 806 | ] |
| 807 | canonical = [ |
| 808 | "Rational", |
| 809 | {num: "-318982460862894267352492496399"}, |
| 810 | {num: "358796515092200247647243"} |
| 811 | ] |
| 812 | `); |
| 813 | expect(canonNumber(bigRational).operator).toBe('Rational'); // ✔ |
| 814 | |
| 815 | /* |
| 816 | * Control |
| 817 | */ |
no test coverage detected