Versions in this module Expand all Collapse all v0 v0.2.0 Dec 23, 2023 v0.1.0 Mar 28, 2022 Changes in this version + func Abs(x T) T + func Cbrt(x T) T + func CopySign(x T1, y T2) T1 + func Dim(x, y T) T + func Max(x, y T) T + func Min(x, y T) T + func Pow(x, y T) T + func Pow10(x T) T + func Remainder(x, y T) T + func Round(x T) T + func RoundInt(x T) int + func RoundToEven(x T) T + func RoundToEvenInt(x T) int + func Sqrt(x T) T + func TryParseInt(s string) option.Option[T]