Documentation
¶
Index ¶
- Constants
- func Abs(x float64) float64
- func Acos(x float64) float64
- func Acosh(x float64) float64
- func Asin(x float64) float64
- func Asinh(x float64) float64
- func Atan(x float64) float64
- func Atan2(y, x float64) float64
- func Atanh(x float64) float64
- func Cbrt(x float64) float64
- func Ceil(x float64) float64
- func Cos(x float64) float64
- func Cosh(x float64) float64
- func Exp(x float64) float64
- func Expm1(x float64) float64
- func Floor(x float64) float64
- func Hypot(x, y float64) float64
- func Log(x float64) float64
- func Log1p(x float64) float64
- func Log2(x float64) float64
- func Log10(x float64) float64
- func Max(x, y float64) float64
- func Min(x, y float64) float64
- func Pow(x, y float64) float64
- func Round(x float64) float64
- func Sin(x float64) float64
- func Sinh(x float64) float64
- func Sqrt(x float64) float64
- func Tan(x float64) float64
- func Tanh(x float64) float64
- func Trunc(x float64) float64
Constants ¶
View Source
const ( E = math.E Pi = math.PI Phi = 1.61803398874989484820458683436563811772030917980576286213544862 Sqrt2 = math.SQRT_2 SqrtE = 1.64872127070012814684865078781416357165377610071014801157507931 // https://oeis.org/A019774 SqrtPi = 1.77245385090551602729816748334114518279754945612238712821380779 // https://oeis.org/A002161 SqrtPhi = 1.27201964951406896425242246173749149171560804184009624861664038 // https://oeis.org/A139339 Ln2 = math.LN2 Log2E = math.LOG2E Ln10 = math.LN10 Log10E = math.LOG10E )
View Source
const (
XGoLink = `` /* 1853-byte string literal not displayed */
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.