[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Cos()

         Calculates a number cosine

    Syntax:

         Cos( nNumber ) -> nCos

         nNumber : The number to calculate the cosine from

    Description:

         Calculates a number cosine with a numeric method.
         Warning!!
         The number has to be in radians, nor degrees.

    Return:

         The specified number cosine or Nil if the number is not
         specified.

    Example:

         Cos( 0 )    //  1.00

See Also: Deg2Rad() NumPi() Rad2Deg() Sin()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson