5.3.7 math
math.isfinite(x)
Return
if
is finite.
True
x
math.isinf(x)
Return
if
is infinite.
True
x
math.isnan(x)
Return
if
is not-a-number
True
x
math.ldexp(x, exp)
Return
x * (2**exp)
math.lgamma(x)
Return the natural logarithm of the gamma function of
math.log(x)
Return the natural logarithm of
math.log10(x)
Return the base-10 logarithm of
math.log2(x)
Return the base-2 logarithm of
math.modf(x)
Return a tuple of two floats, being the fractional and integral parts of
have the same sign as
math.pow(x, y)
Returns
to the power of
x
math.radians(x)
Return degrees
converted to radians.
x
math.sin(x)
Return the sine of
x
.
.
x
.
x
.
x
.
x
.
y
.
.
x
. Both return values
x
364
Need help?
Do you have a question about the WiPy 3.0 and is the answer not in the manual?
Questions and answers