MC-Basic:COS

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Cos(''<expression>'') |AVAILABILITY= All versions |DESCRIPTION= This function returns the Cosine of the expression in radians. |TYPE= Double…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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