package
0.0.0-20190322182713-bf6f0a60fce1
Repository: https://github.com/llvm-mirror/llgo.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
Acosh returns the inverse hyperbolic cosine of x.
No description provided by the author
Asinh returns the inverse hyperbolic sine of x.
No description provided by the author
No description provided by the author
Atanh returns the inverse hyperbolic tangent of x.
Cbrt returns the cube root of x.
No description provided by the author
Copysign returns a value with the magnitude of x and the sign of y.
No description provided by the author
Cosh returns the hyperbolic cosine of x.
Dim returns the maximum of x-y or 0.
Erf returns the error function of x.
Erfc returns the complementary error function of x.
No description provided by the author
Exp2 returns 2**x, the base-2 exponential of x.
No description provided by the author
Float32bits returns the IEEE 754 binary representation of f.
Float32frombits returns the floating point number corresponding to the IEEE 754 binary representation b.
Float64bits returns the IEEE 754 binary representation of f.
Float64frombits returns the floating point number corresponding the IEEE 754 binary representation b.
No description provided by the author
Frexp breaks f into a normalized fraction and an integral power of two.
Gamma returns the Gamma function of x.
Hypot returns Sqrt(p*p + q*q), taking care to avoid unnecessary overflow and underflow.
Ilogb returns the binary exponent of x as an integer.
Inf returns positive infinity if sign >= 0, negative infinity if sign < 0.
IsInf reports whether f is an infinity, according to sign.
IsNaN reports whether f is an IEEE 754 ``not-a-number'' value.
J0 returns the order-zero Bessel function of the first kind.
J1 returns the order-one Bessel function of the first kind.
Jn returns the order-n Bessel function of the first kind.
No description provided by the author
Lgamma returns the natural logarithm and sign (-1 or +1) of Gamma(x).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Logb returns the binary exponent of x.
Max returns the larger of x or y.
Min returns the smaller of x or y.
No description provided by the author
Modf returns integer and fractional floating-point numbers that sum to f.
NaN returns an IEEE 754 ``not-a-number'' value.
Nextafter returns the next representable float64 value after x towards y.
Nextafter32 returns the next representable float32 value after x towards y.
Pow returns x**y, the base-x exponential of y.
Pow10 returns 10**e, the base-10 exponential of e.
Remainder returns the IEEE 754 floating-point remainder of x/y.
Signbit returns true if x is negative or negative zero.
No description provided by the author
Sincos returns Sin(x), Cos(x).
Sinh returns the hyperbolic sine of x.
No description provided by the author
No description provided by the author
Tanh returns the hyperbolic tangent of x.
No description provided by the author
Y0 returns the order-zero Bessel function of the second kind.
Y1 returns the order-one Bessel function of the second kind.
Yn returns the order-n Bessel function of the second kind.
# Constants
http://oeis.org/A001113.
http://oeis.org/A002392.
http://oeis.org/A002162.
Mathematical constants.
Mathematical constants.
2**127 * (2**24 - 1) / 2**23.
2**1023 * (2**53 - 1) / 2**52.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
Integer limit values.
http://oeis.org/A001622.
http://oeis.org/A000796.
1 / 2**(127 - 1 + 23).
1 / 2**(1023 - 1 + 52).
http://oeis.org/A002193.
http://oeis.org/A019774.
http://oeis.org/A139339.
http://oeis.org/A002161.