Versions in this module Expand all Collapse all v1 v1.0.1 Jan 30, 2026 v1.0.0 Jan 28, 2026 Changes in this version + func Clamp(x, min, max float64) float64 + func CountLeadingZeroDecimals(f float64) int + func Equal(f1, f2 Float64) bool + func EqualWithEpsilon(f1, f2 Float64, epsilon Float64) bool + func IsInf(f Float64, sign int) bool + func IsNaN(f Float64) bool + func IsReal(f Float64) bool + type Float64 float64 + func Abs(f Float64) Float64 + func Inf(sign int) Float64 + func NaN() Float64 + func (f Float64) MarshalJSON() ([]byte, error)