[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Sin()
Calculates a number sine
Syntax:
Sin( nNumber ) -> nSin
nNumber : The number to calculate the sine from
Description:
Calculates a number sine with a numeric method.
Warning!!
The number has to be in radians, not degrees.
Return:
The specified number sine or Nil if the number is not
specified.
Example:
Sin( NumPi() / 2 ) // 1.00
See Also:
Deg2Rad()
Cos()
NumPi()
Rad2Deg()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson