Skip to main content

sinh

Overloads

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

sinh(integer arg) -> real

Calculates the hyperbolic sine of the given value.

Parameters

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

sinh(real arg) -> real

Calculates the hyperbolic sine of the given value.

Parameters

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

sinh(bool arg) -> real

Calculates the hyperbolic sine of the given value.

Parameters

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

sinh(complex arg) -> complex

Calculates the hyperbolic sine of the given value.

Parameters

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