Sin
From REALbasicWiki
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)
