Skip to main content

asinh

Overloads

NameDescription
asinh(complex arg) -> complexCalculates the inverse hyperbolic sine of the given value.
asinh(bool arg) -> realCalculates the inverse hyperbolic sine of the given value.
asinh(real arg) -> realCalculates the inverse hyperbolic sine of the given value.
asinh(integer arg) -> realCalculates the inverse hyperbolic sine of the given value.

asinh(complex arg) -> complex

Calculates the inverse hyperbolic sine of the given value.

Parameters

  • arg: The value to calculate the inverse hyperbolic sine for.

asinh(bool arg) -> real

Calculates the inverse hyperbolic sine of the given value.

Parameters

  • arg: The value to calculate the inverse hyperbolic sine for.

asinh(real arg) -> real

Calculates the inverse hyperbolic sine of the given value.

Parameters

  • arg: The value to calculate the inverse hyperbolic sine for.

asinh(integer arg) -> real

Calculates the inverse hyperbolic sine of the given value.

Parameters

  • arg: The value to calculate the inverse hyperbolic sine for.