Csch
- Last UpdatedJan 11, 2023
- 1 minute read
- PI System
- PI Server 2024 R2
- PI Server
Return the hyperbolic cosecant of a number.
Syntax
Csch(x)
Arguments
-
x
Must be an integer or real number
Returns
The hyperbolic cosecant of x
Exceptions
If x is not a number, returns an error value
Example
-
Csch(1)
[Returns 0.85092]
-
Csch(1.1)
[Returns 0.748]
-
Csch('att1')
[Return the hyperbolic cosecant of the value of 'att1' at trigger time]