Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>sin()</b> http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson