Documentation ¶ Index ¶ func Abs(x float32) float32 func Clamp(a float32, low float32, high float32) float32 func Inf(sign int) float32 func IsNaN(x float32) bool func Max(a float32, b float32) float32 func Min(a float32, b float32) float32 func NaN() float32 func Trunc(a float32) float32 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Abs ¶ func Abs(x float32) float32 func Clamp ¶ func Clamp(a float32, low float32, high float32) float32 func Inf ¶ func Inf(sign int) float32 func IsNaN ¶ func IsNaN(x float32) bool func Max ¶ func Max(a float32, b float32) float32 func Min ¶ func Min(a float32, b float32) float32 func NaN ¶ func NaN() float32 func Trunc ¶ func Trunc(a float32) float32 Types ¶ This section is empty. Source Files ¶ View all Source files math32.go Click to show internal directories. Click to hide internal directories.