home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / education / b / scifunc / !SciFunc / Functions < prev    next >
Text File  |  1994-07-11  |  247b  |  19 lines

  1. * Functions file.
  2. * © Andrew Ayre 1994
  3. * This file stores all the functions that appear
  4. * on the Functions menu.
  5. *
  6. SIN(X)
  7. COS(X)
  8. TAN(X)
  9. LN(X)
  10. ABS(X)
  11. EXP(X)
  12. INT(X)
  13. LOG(X)
  14. RND(X)
  15. SGN(X)
  16. SQR(X)
  17. >FULLRECT(X) = ABS(SIN(X))
  18. >BIGGER(X) = 5*(FULLRECT(X))
  19.