Skip to main content

cosh

Overloads

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

cosh(bool arg) -> real

Calculates the hyperbolic cosine of the given value.

Parameters

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

cosh(real arg) -> real

Calculates the hyperbolic cosine of the given value.

Parameters

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

cosh(complex arg) -> complex

Calculates the hyperbolic cosine of the given value.

Parameters

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

cosh(integer arg) -> real

Calculates the hyperbolic cosine of the given value.

Parameters

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