| |
- acos(no arg info)
- acos(x)
- Return the arc cosine of x.
- acosh(no arg info)
- acosh(x)
- Return the hyperbolic arccosine of x.
- asin(no arg info)
- asin(x)
- Return the arc sine of x.
- asinh(no arg info)
- asinh(x)
- Return the hyperbolic arc sine of x.
- atan(no arg info)
- atan(x)
- Return the arc tangent of x.
- atanh(no arg info)
- atanh(x)
- Return the hyperbolic arc tangent of x.
- cos(no arg info)
- cos(x)
- Return the cosine of x.
- cosh(no arg info)
- cosh(x)
- Return the hyperbolic cosine of x.
- exp(no arg info)
- exp(x)
- Return the exponential value e**x.
- log(no arg info)
- log(x)
- Return the natural logarithm of x.
- log10(no arg info)
- log10(x)
- Return the base-10 logarithm of x.
- sin(no arg info)
- sin(x)
- Return the sine of x.
- sinh(no arg info)
- sinh(x)
- Return the hyperbolic sine of x.
- sqrt(no arg info)
- sqrt(x)
- Return the square root of x.
- tan(no arg info)
- tan(x)
- Return the tangent of x.
- tanh(no arg info)
- tanh(x)
- Return the hyperbolic tangent of x.
|