mirror of
https://github.com/typst/typst
synced 2025-08-18 00:48:34 +08:00
Merge 61ce99fa386baffeff55895547a5441b7db51e66 into 70710deb2b813eacc79d57436f5bd4c15c215f2e
This commit is contained in:
commit
0cf6c41a34
@ -46,7 +46,7 @@ impl i64 {
|
||||
/// or smaller than the minimum 64-bit signed integer.
|
||||
///
|
||||
/// - Booleans are converted to `0` or `1`.
|
||||
/// - Floats and decimals are truncated to the next 64-bit integer.
|
||||
/// - Floats and decimals are rounded to the next 64-bit integer towards zero.
|
||||
/// - Strings are parsed in base 10.
|
||||
///
|
||||
/// ```example
|
||||
|
Loading…
x
Reference in New Issue
Block a user