MC-Basic:SIN

From SoftMC-Wiki
Revision as of 05:55, 28 April 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

This function returns the sine of an angle in radians.

Syntax

SIN(<expression>)

Availability

All versions

Type

Double

Range

± 9.223372036853900e+18

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

?Sin (3.14159/2)

Var1 = Sin(3.14159)

See Also