Difference between revisions of "MC-Basic:COS"
m |
m |
||
Line 31: | Line 31: | ||
|EXAMPLE= | |EXAMPLE= | ||
− | ?Cos(3.14159/2)<br> | + | <pre>?Cos(3.14159/2)<br> |
− | + | Var1 = Cos(3.14159)</pre> | |
− | Var1 = Cos(3.14159) | ||
|SEE ALSO= | |SEE ALSO= |
Revision as of 11:39, 23 April 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)<br> Var1 = Cos(3.14159)