Documentation ¶
Index ¶
- Constants
- 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 Copysign(x, y float64) float64
- func Cos(x float64) float64
- func Cosh(x float64) float64
- func Erf(x float64) float64
- func Erfc(x float64) float64
- func Exp(x float64) float64
- func Exp2(x float64) float64
- func Expm1(x float64) float64
- func Fdim(x, y float64) float64
- func Floor(x float64) float64
- func Fma(x, y, z float64) float64
- func Fmax(x, y float64) float64
- func Fmin(x, y float64) float64
- func Fmod(x, y float64) float64
- func Frexp(x float64, exp *c.Int) float64
- func Gamma(x float64) float64
- func Hypot(x, y float64) float64
- func Ilogb(x float64) c.Int
- func J0(x float64) float64
- func J1(x float64) float64
- func Jn(n c.Int, x float64) float64
- func Ldexp(x float64, exp c.Int) float64
- func Lgamma(x float64) float64
- func Log(x float64) float64
- func Log10(x float64) float64
- func Log1p(x float64) float64
- func Log2(x float64) float64
- func Logb(x float64) float64
- func Modf(x float64, ipart *float64) float64
- func Nan(tag *c.Char) float64
- func Nextafter(x, y float64) float64
- func Pow(x, y float64) float64
- func Remainder(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 Tgamma(x float64) float64
- func Trunc(x float64) float64
Constants ¶
View Source
const (
LLGoPackage = "decl"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.