Versions in this module Expand all Collapse all v1 v1.0.1 May 8, 2026 Changes in this version + func Ceil(n *big.Rat) *big.Int + func Contains[T Ordered](items []T, item T) bool + func E(rounds uint) *big.Rat + func Floor(n *big.Rat) *big.Int + func Mask(s uint) *big.Int + func Max[T IntegerFloat](a, b T) T + func Min[T IntegerFloat](a, b T) T + func Odd(n *big.Int) *big.Int + func Phi(precision uint) *big.Rat + func RotateLeft(x *big.Int, r uint, s uint, mask *big.Int) *big.Int + func RotateRight(i *big.Int, r uint, s uint, mask *big.Int) *big.Int + func Round(n *big.Rat) *big.Int + func Sqrt(n uint64, p uint) *big.Rat + func Sum[T MathInteger](s ...T) (sum T) + type Complex interface + type Float interface + type Integer interface + type IntegerFloat interface + type MathInteger interface + type Ordered interface + type Signed interface + type Unsigned interface