Documentation ¶
Index ¶
- Constants
- func Acos(x float64) float64
- func Acosf(x float32) float32
- func Acosh(x float64) float64
- func Acoshf(x float32) float32
- func Asin(x float64) float64
- func Asinf(x float32) float32
- func Asinh(x float64) float64
- func Asinhf(x float32) float32
- func Atan(x float64) float64
- func Atan2(y, x float64) float64
- func Atan2f(y, x float32) float32
- func Atanf(x float32) float32
- func Atanh(x float64) float64
- func Atanhf(x float32) float32
- func Cbrt(x float64) float64
- func Cbrtf(x float32) float32
- func Ceil(x float64) float64
- func Ceilf(x float32) float32
- func Copysign(x, y float64) float64
- func Copysignf(x, y float32) float32
- func Cos(x float64) float64
- func Cosf(x float32) float32
- func Cosh(x float64) float64
- func Coshf(x float32) float32
- func Erf(x float64) float64
- func Erfc(x float64) float64
- func Erfcf(x float32) float32
- func Erff(x float32) float32
- func Exp(x float64) float64
- func Exp2(x float64) float64
- func Exp2f(x float32) float32
- func Expf(x float32) float32
- func Expm1(x float64) float64
- func Expm1f(x float32) float32
- func Fdim(x, y float64) float64
- func Fdimf(x, y float32) float32
- func Floor(x float64) float64
- func Floorf(x float32) float32
- func Fma(x, y, z float64) float64
- func Fmaf(x, y, z float32) float32
- func Fmax(x, y float64) float64
- func Fmaxf(x, y float32) float32
- func Fmin(x, y float64) float64
- func Fminf(x, y float32) float32
- func Fmod(x, y float64) float64
- func Fmodf(x, y float32) float32
- func Frexp(x float64, exp *c.Int) float64
- func Frexpf(x float32, exp *c.Int) float32
- func Gamma(x float64) float64
- func Gammaf(x float32) float32
- func Hypot(x, y float64) float64
- func Hypotf(x, y float32) float32
- func Ilogb(x float64) c.Int
- func Ilogbf(x float32) c.Int
- func J0(x float64) float64
- func J0f(x float32) float32
- func J1(x float64) float64
- func J1f(x float32) float32
- func Jn(n c.Int, x float64) float64
- func Jnf(n c.Int, x float32) float32
- func Ldexp(x float64, exp c.Int) float64
- func Ldexpf(x float32, exp c.Int) float32
- func Lgamma(x float64) float64
- func Lgammaf(x float32) float32
- func Log(x float64) float64
- func Log10(x float64) float64
- func Log10f(x float32) float32
- func Log1p(x float64) float64
- func Log1pf(x float32) float32
- func Log2(x float64) float64
- func Log2f(x float32) float32
- func Logb(x float64) float64
- func Logbf(x float32) float32
- func Logf(x float32) float32
- func Modf(x float64, ipart *float64) float64
- func Modff(x float32, ipart *float32) float32
- func Nan(tag *c.Char) float64
- func Nanf(tag *c.Char) float32
- func Nextafter(x, y float64) float64
- func Nextafterf(x, y float32) float32
- func Pow(x, y float64) float64
- func Powf(x, y float32) float32
- func Remainder(x, y float64) float64
- func Remainderf(x, y float32) float32
- func Round(x float64) float64
- func Roundf(x float32) float32
- func Sin(x float64) float64
- func Sinf(x float32) float32
- func Sinh(x float64) float64
- func Sinhf(x float32) float32
- func Sqrt(x float64) float64
- func Sqrtf(x float32) float32
- func Tan(x float64) float64
- func Tanf(x float32) float32
- func Tanh(x float64) float64
- func Tanhf(x float32) float32
- func Tgamma(x float64) float64
- func Tgammaf(x float32) float32
- func Trunc(x float64) float64
- func Truncf(x float32) float32
Constants ¶
View Source
const (
LLGoPackage = "decl"
)
Variables ¶
This section is empty.
Functions ¶
func Nextafterf ¶ added in v0.8.10
func Remainderf ¶ added in v0.8.10
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.