Difference between revisions of "MC-Basic:SIN"
m (Miborich moved page Axystems:MC-Basic:SIN to MC-Basic:SIN: Global renaming of Axystems: namespace into (Main):) |
|||
Line 38: | Line 38: | ||
* [[MC-Basic:ASIN|ASIN]] | * [[MC-Basic:ASIN|ASIN]] | ||
− | [[Category | + | [[Category:MC-Basic:Arithmetic Functions|SIN]] |
}} | }} |
Revision as of 09:12, 22 May 2014
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)