COT
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Returns the cotangent specified by the value in radians.
Syntax
COT(<double expression>)
Example
COT(pi()/4) // 1.0
COT(pi()/2)// 0.0