2.8.1Functions

acosh

Returns the hyperbolic cosine of the argument.

acosh()
ReturnThe inverse hyperbolic cosine of the argument.
Raise
MathError If the argument is out of domain.

The function may raise an error if the value cannot be computed because of a domain or overflow error.

asinh

Returns the hyperbolic sine of the argument.

asinh()
ReturnThe inverse hyperbolic sine of the argument.
Raise
MathError If the argument is out of domain.

The function may raise an error if the value cannot be computed because of a domain or overflow error.

atanh

Returns the hyperbolic tangent of the argument.

atanh()
ReturnThe inverse hyperbolic tangent of the argument.
Raise
MathError If the argument is out of domain.

The function may raise an error if the value cannot be computed because of a domain or overflow error.

cosh

Returns the hyperbolic cosine of the argument.

cosh()
ReturnThe hyperbolic cosine of the argument.
Raise
MathError If the argument is out of domain.

The function may raise an error if the value cannot be computed because of a domain or overflow error.

cotan

Returns the cotangent of the argument.

cotan()
ReturnThe reciprocal of the tangent ( 1 / tan() ) of the argument.
Raise
MathError If the argument is out of domain.

The function may raise an error if the value cannot be computed because of a domain or overflow error.

csc

Returns the cosecant of the argument.

csc()
ReturnThe coseant ( 1 / sin() ) of the argument.
Raise
MathError If the argument is out of domain.

The function may raise an error if the value cannot be computed because of a domain or overflow error.

lambda

Returns the lambda of two arguments.

lambda()
ReturnThe lambda which is arg1 raised to itself, raised to arg2 - 1.
Raise
MathError If the value is to large.

The function may raise an error if the value cannot be computed because of an overflow error.

sec

Returns the secant of the argument.

sec()
ReturnThe reciprocal cosine ( 1 / cos() ) of the argument.
Raise
MathError If the argument is out of domain.

The function may raise an error if the value cannot be computed because of a domain or overflow error.

sinh

Returns the hyperbolic sine of the argument.

sinh()
ReturnThe hyperbolic sine of the argument.
Raise
MathError If the argument is out of domain.

The function may raise an error if the value cannot be computed because of a domain or overflow error.

tanh

Returns the hyperbolic tangent of the argument.

tanh()
ReturnThe hyperbolic tangent of the argument.
Raise
MathError If the argument is out of domain.

The function may raise an error if the value cannot be computed because of a domain or overflow error.

Made with http://www.falconpl.org