Start next dev iteration

This commit is contained in:
Dan Chao
2024-02-01 20:55:37 -08:00
parent 1543909566
commit ce65290aae
26 changed files with 100 additions and 24 deletions

View File

@@ -18,7 +18,7 @@
///
/// Note that some mathematical functions, such as `sign()`, `abs()`, and `round()`,
/// are directly defined in classes [Number], [Int], and [Float].
@ModuleInfo { minPklVersion = "0.25.1" }
@ModuleInfo { minPklVersion = "0.26.0" }
module pkl.math
/// The minimum [Int] value: `-9223372036854775808`.