MC-Basic:COS
{{MC-Basic |SHORT FORM=
|SYNTAX=
Cos(<expression>)
|AVAILABILITY= All versions
|DESCRIPTION= This function returns the Cosine of the expression in radians.
|TYPE= Double
|RANGE= +/- 9.223372036853900e+18
|UNITS=
|DEFAULT=
|SCOPE=
Configuration, Task or Terminal
|LIMITATIONS= Write-Only
|EXAMPLE=
?Cos(3.14159/2)
Var1 = Cos(3.14159)
|SEE ALSO=
[[Category:Axystems:MC-Basic:Arithmetic Functions]|COS]
}}