home *** CD-ROM | disk | FTP | other *** search
-
- { These routines access the mathffp.library }
-
- function SPFix(f : real) : integer;
- forward;
- function SPFloat(f : integer) : real;
- forward;
- function SPCmp(f, r : real) : integer;
- forward;
- function SPTst(f : real) : integer;
- forward;
- function SPAbs(f : real) : real;
- forward;
- function SPNeg(f : real) : real;
- forward;
- function SPAdd(f, r : real) : real;
- forward;
- function SPSub(f, r : real) : real;
- forward;
- function SPMul(f, r : real) : real;
- forward;
- function SPDiv(f, r : real) : real;
- forward;
-
-