Versions in this module Expand all Collapse all v0 v0.3.0 Dec 8, 2021 v0.2.4 Dec 6, 2021 v0.2.3 Dec 6, 2021 v0.2.2 Dec 5, 2021 v0.2.1 Dec 4, 2021 v0.2.0 Dec 4, 2021 v0.1.0 Dec 1, 2021 Changes in this version + const E + const Ln10 + const Ln2 + const Log10E + const Log10Ef + const Log2E + const MaxFloat32 + const MaxFloat64 + const MaxInt16 + const MaxInt32 + const MaxInt64 + const MaxInt8 + const MaxUint16 + const MaxUint32 + const MaxUint64 + const MaxUint8 + const MinInt16 + const MinInt32 + const MinInt64 + const MinInt8 + const Phi + const Pi + const SmallestNonzeroFloat32 + const SmallestNonzeroFloat64 + const Sqrt2 + const SqrtE + const SqrtPhi + const SqrtPi + func Abs(x float32) float32 + func Acos(x float32) float32 + func Acosh(x float32) float32 + func Asin(x float32) float32 + func Asinh(x float32) float32 + func Atan(x float32) float32 + func Atan2(y, x float32) float32 + func Atanh(x float32) float32 + func Cbrt(x float32) float32 + func Ceil(x float32) float32 + func Clamp(f, low, high float32) float32 + func Copysign(x, y float32) float32 + func Cos(x float32) float32 + func Cosh(x float32) float32 + func Dim(x, y float32) float32 + func Erf(x float32) float32 + func Erfc(x float32) float32 + func Exp(x float32) float32 + func Exp2(x float32) float32 + func Expm1(x float32) float32 + func Float32bits(f float32) uint32 + func Float32frombits(b uint32) float32 + func Float64bits(f float64) uint64 + func Float64frombits(b uint64) float64 + func Floor(x float32) float32 + func Frexp(f float32) (frac float32, exp int) + func Gamma(x float32) float32 + func Hypot(p, q float32) float32 + func Ilogb(x float32) int + func Inf(sign int) float32 + func IsInf(f float32, sign int) bool + func IsNaN(f float32) bool + func J0(x float32) float32 + func J1(x float32) float32 + func Jn(n int, x float32) float32 + func Ldexp(frac float32, exp int) float32 + func Lgamma(x float32) (lgamma float32, sign int) + func Log(x float32) float32 + func Log10(x float32) float32 + func Log1p(x float32) float32 + func Log2(x float32) float32 + func Logb(x float32) float32 + func Max(x, y float32) float32 + func Min(x, y float32) float32 + func Mod(x, y float32) float32 + func Modf(f float32) (int float32, frac float32) + func NaN() float32 + func Nextafter(x, y float32) float32 + func Nextafter64(x, y float64) float64 + func Pow(x, y float32) float32 + func Pow10(e int) float32 + func Remainder(x, y float32) float32 + func Signbit(x float32) bool + func Sin(x float32) float32 + func Sincos(x float32) (sin, cos float32) + func Sinh(x float32) float32 + func Sqrt(x float32) float32 + func Tan(x float32) float32 + func Tanh(x float32) float32 + func Trunc(x float32) float32 + func Y0(x float32) float32 + func Y1(x float32) float32 + func Yn(n int, x float32) float32