home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d183 / pcq.lha / PCQ / Include / Math.i < prev    next >
Text File  |  1989-02-26  |  539b  |  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.