Sin

From REALbasicWiki

Jump to: navigation, search

Contents

[edit] Prototype

Function Sin(x as Double) as Double

[edit] Description

Sin is one of the six trigonometric functions. The parameter is assumed to be in radian units, and the function returns a Double in the range [-1, 1].


[edit] Discussion

[edit] Sample Code

dim x as Double = Sin(1)

Personal tools
related