sinh()

Returns the hyperbolic sine of the input number.


Bash
 sinh(number) #Output: Number


Examples

Parser expression

Description

Bash
sinh(0)

This example returns:

0.0

Bash
sinh(1)

This example returns:

1.1752011936438014

 

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