math

package
v0.0.0-...-fce0ec3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2020 License: BSD-2-Clause Imports: 1 Imported by: 0

Documentation

Rendered for js/wasm

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Acos

func Acos(x float64) float64

func Acosh

func Acosh(x float64) float64

func Asin

func Asin(x float64) float64

func Asinh

func Asinh(x float64) float64

func Atan

func Atan(x float64) float64

func Atan2

func Atan2(y, x float64) float64

func Atanh

func Atanh(x float64) float64

func Cbrt

func Cbrt(x float64) float64

func Ceil

func Ceil(x float64) float64

func Copysign

func Copysign(x, y float64) float64

func Cos

func Cos(x float64) float64

func Cosh

func Cosh(x float64) float64

func Erf

func Erf(x float64) float64

func Erfc

func Erfc(x float64) float64

func Exp

func Exp(x float64) float64

func Exp2

func Exp2(x float64) float64

func Expm1

func Expm1(x float64) float64

func Float32bits

func Float32bits(f float32) uint32

func Float32frombits

func Float32frombits(b uint32) float32

func Float64bits

func Float64bits(f float64) uint64

func Float64frombits

func Float64frombits(b uint64) float64

func Floor

func Floor(x float64) float64

func Frexp

func Frexp(f float64) (frac float64, exp int)

func Hypot

func Hypot(p, q float64) float64

func Inf

func Inf(sign int) float64

func IsInf

func IsInf(f float64, sign int) bool

func IsNaN

func IsNaN(f float64) (is bool)

func Ldexp

func Ldexp(frac float64, exp int) float64

func Log

func Log(x float64) float64

func Log10

func Log10(x float64) float64

func Log1p

func Log1p(x float64) float64

func Log2

func Log2(x float64) float64

func Max

func Max(x, y float64) float64

func Min

func Min(x, y float64) float64

func Mod

func Mod(x, y float64) float64

func Modf

func Modf(f float64) (float64, float64)

func NaN

func NaN() float64

func Pow

func Pow(x, y float64) float64

func Remainder

func Remainder(x, y float64) float64

func Signbit

func Signbit(x float64) bool

func Sin

func Sin(x float64) float64

func Sincos

func Sincos(x float64) (sin, cos float64)

func Sinh

func Sinh(x float64) float64

func Sqrt

func Sqrt(x float64) float64

func Tan

func Tan(x float64) float64

func Tanh

func Tanh(x float64) float64

func Trunc

func Trunc(x float64) float64

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL