Functions List
Algebraic Operations
• asinh
The function asinh
returns the inverse hyperbolic
sine of a given number.
Parameters:
n - Number
Syntax:
(asinh n)
Example:
> (asinh pi/4)
0.7212254887267799
> (asinh pi)
1.8622957433108482
• acosh
The function acosh
returns the inverse hyperbolic
cosine of a given number.
Parameters:
n - Number
Syntax:
(acosh n)
Example:
> (acosh pi/2)
1.0232274785475506
> (acosh pi)
1.8115262724608532
• atanh
The function atanh
returns the inverse hyperbolic
tangent of a given number.
Parameters:
n - Number
Syntax:
(atanh n)
Example:
> (atanh pi/2)
0.7524692671419272
> (atanh pi)
0.32976531495669914