Difference between revisions of "MC-Basic:COS"
Line 38: | Line 38: | ||
* [[Axystems:MC-Basic:ACOS|ACOS]] | * [[Axystems:MC-Basic:ACOS|ACOS]] | ||
− | [[Category:Axystems:MC-Basic:Arithmetic Functions | + | [[Category:Axystems:MC-Basic:Arithmetic Functions|COS]] |
}} | }} |
Revision as of 16:07, 6 March 2014
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)