A library which provides the usual hyperbolic functions and their inverses.
Sources:
args:
- x - angle in degrees
returns:
- number - hyperbolic cosine of x
description:
- This function calculates the hyperbolic cosine of x
args:
- x - angle in degrees
returns:
- number - hyperbolic sine of x
description:
- This function calculates the hyperbolic sine of x
args:
- x - angle in degrees
returns:
- number - hyperbolic tangent of x
description:
- This function calculates the hyperbolic tangent of x
args:
- n - number, n >= 1
returns:
- number - angle in degrees
description:
- This function calculates the inverse hyperbolic cosine of n
args:
- n - number
returns:
- number - angle in degrees
description:
- This function calculates the inverse hyperbolic sine of n
args:
- n - number, -1 > n > 1
returns:
- number - angle in degrees
description:
- This function calculates the inverse hyperbolic tangent of n
Copyright © 2021 KSLib team
This work and any code samples presented herein are licensed under the MIT license.