home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / shareware / autoit-v3-setup.exe / Examples / Helpfile / Cos.au3 < prev    next >
Encoding:
Text File  |  2006-06-17  |  110 b   |  6 lines

  1. $pi = 3.14159265358979
  2. $x = cos($pi / 4)
  3.  
  4. $degToRad = $pi / 180
  5. $y = Cos(90 * $degToRad)  ;cosine of 90░
  6.