Sinh
- Last UpdatedOct 04, 2024
- 1 minute read
- PI System
- PI Server 2023
- PI Server
Return the hyperbolic sine of a number.
Syntax
Sinh(x)
Arguments
-
x
Must be an integer or real number
Returns
The hyperbolic sine of x
Exceptions
If x is not a number, returns an error value
Example
-
Sinh(1)
[Returns 1.1752]
-
Sinh(1.1)
[Returns 1.3356]
-
Sinh('att1')
[Return the hyperbolic sine of the value of 'att1' at trigger time]