cosh()

This function returns the hyperbolic cosine of the given number.


Bash
 cosh(number) #Output: Number


Examples

Parser expression

Description

Bash
cosh(0)

This example returns:

1.0

Bash
cosh(1)

This example returns:

1.543080634815244

 

Additional information

Parameters used in this function

Parameter

Input (data type)

Description

number

number

Any given number or numeric field code.

Output

This function returns a number


📚 Use cases and examples