Documentation ¶
Rendered for js/wasm
Index ¶
- func Abs(x float64) float64
- func Acos(x float64) float64
- func Asin(x float64) float64
- func Atan(x float64) float64
- func Atan2(y, x float64) float64
- func Ceil(x float64) float64
- func Copysign(x, y float64) float64
- func Cos(x float64) float64
- func Dim(x, y float64) float64
- func Exp(x float64) float64
- func Exp2(x float64) float64
- func Expm1(x float64) float64
- func Float32bits(f float32) uint32
- func Float32frombits(b uint32) float32
- func Float64bits(f float64) uint64
- func Float64frombits(b uint64) float64
- func Floor(x float64) float64
- func Frexp(f float64) (frac float64, exp int)
- func Hypot(p, q float64) float64
- func Inf(sign int) float64
- func IsInf(f float64, sign int) bool
- func IsNaN(f float64) (is bool)
- func Ldexp(frac float64, exp int) float64
- func Log(x float64) float64
- func Log10(x float64) float64
- func Log1p(x float64) float64
- func Log2(x float64) float64
- func Max(x, y float64) float64
- func Min(x, y float64) float64
- func Mod(x, y float64) float64
- func Modf(f float64) (float64, float64)
- func NaN() float64
- func Pow(x, y float64) float64
- func Remainder(x, y float64) float64
- func Signbit(x float64) bool
- func Sin(x float64) float64
- func Sincos(x float64) (sin, cos float64)
- func Sqrt(x float64) float64
- func Tan(x float64) float64
- func Trunc(x float64) float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float32bits ¶
func Float32frombits ¶
func Float64bits ¶
func Float64frombits ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.