home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 254a.lha / PCQ / Include / Math.i < prev    next >
Encoding:
Text File  |  1989-05-10  |  539 b   |  25 lines

  1.  
  2.     { These routines access the mathffp.library }
  3.  
  4. function SPFix(f : real) : integer;
  5.     forward;
  6. function SPFloat(f : integer) : real;
  7.     forward;
  8. function SPCmp(f, r : real) : integer;
  9.     forward;
  10. function SPTst(f : real) : integer;
  11.     forward;
  12. function SPAbs(f : real) : real;
  13.     forward;
  14. function SPNeg(f : real) : real;
  15.     forward;
  16. function SPAdd(f, r : real) : real;
  17.     forward;
  18. function SPSub(f, r : real) : real;
  19.     forward;
  20. function SPMul(f, r : real) : real;
  21.     forward;
  22. function SPDiv(f, r : real) : real;
  23.     forward;
  24.  
  25.