MC-Basic:COS
Revision as of 08:37, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:COS to MC-Basic:COS: Global renaming of Axystems: namespace into (Main):)
This function returns the cosine of the expression in radians.
Syntax
Cos(<expression>)
Availability
All versions
Type
Double
Range
± 9.223372036853900e+18
Scope
Configuration, Task or Terminal
Limitations
Write only
Examples
?Cos(3.14159/2) Var1 = Cos(3.14159)