Difference between revisions of "MC-Basic:COS"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<expression>''" to "<''expression''>")
m (Text replace - "+/- " to "± ")
Line 16: Line 16:
  
 
|RANGE=
 
|RANGE=
+/- 9.223372036853900e+18
+
± 9.223372036853900e+18
  
 
|UNITS=
 
|UNITS=

Revision as of 15:13, 17 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)

See Also