sinh | [Generic] |
Returns the hyperbolic sine of a real number
Synopsis
sinh (x) => (y)
Parameters
x An instance of <real>
.
Return Values
y An instance of <float>
.
Description
Returns the hyperbolic sine of a real number.
cosh | [Generic] |
Returns the hyperbolic cosine of a real number
Synopsis
cosh (x) => (y)
Parameters
x An instance of <real>
.
Return Values
y An instance of <float>
.
Description
Returns the hyperbolic cosine of a real number.
tanh | [Generic] |
Returns the hyperbolic tangent of a real number
Synopsis
tanh (x) => (y)
Parameters
x An instance of <real>
.
Return Values
y An instance of <float>
.
Description
Returns the hyperbolic tangent of a real number.
asinh | [Generic] |
Returns the hyperbolic arc-sine of a real number
Synopsis
asinh (x) => (y)
Parameters
x An instance of <real>
.
Return Values
y An instance of <float>
.
Description
Returns the hyperbolic arc-sine of a real number.
acosh | [Generic] |
Returns the hyperbolic arc-cosine of a real number
Synopsis
acosh (x) => (y)
Parameters
x An instance of <real>
.
Return Values
y An instance of <float>
.
Description
Returns the hyperbolic arc-cosine of a real number.
atanh | [Generic] |
Returns the hyperbolic arc-tangent of a real number
Synopsis
atanh (x) => (y)
Parameters
x An instance of <real>
.
Return Values
y An instance of <float>
.
Description
Returns the hyperbolic arc-tangent of a real number.