COS
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 cosine specified by the value in radians.
Syntax
COS(<double expression>)
Example
COS(0.0) // 1.0
COS(pi()/3)// 0.5