blob: 57d37f1b9057780e754460128f3a9351ec496172 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// Big numbers (larger than what i64 can store) should just lose some precision
// but not overflow
// https://github.com/typst/typst/issues/3363
// Ref: false
#let bignum = json("/assets/data/big-number.json")
#bignum
|