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