mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
8 lines
220 B
Typst
8 lines
220 B
Typst
// 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 |