Difference between revisions of "MC-Basic:COS"
m (1 revision) |
|||
Line 38: | Line 38: | ||
* [[Axystems:MC-Basic:ACOS|ACOS]] | * [[Axystems:MC-Basic:ACOS|ACOS]] | ||
+ | [[Category:Axystems:MC-Basic:Arithmetic Functions]|COS] | ||
}} | }} |
Revision as of 15:56, 6 March 2014
{{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]
}}