Contents
Display Legacy Contents

 Print
    Cosine  
This Function returns a <numeric>, which is the Cosine of the specified Value.

Parameters

Value <numeric>
  Value to retrieve the Cosine from, in radians.

     
Example 1
  Example 2
Cos(1.5707963268)

Result = 0
  Cos(DegreeToRadian(90))

Result = 0

See also
Samples
Sample 1
Sample 2
 
Updated: 3/21/2018 4:29 PM