home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / cbm / nduk-v37.lha / V37 / include / clib / mathieeedoubbas_protos.h < prev    next >
C/C++ Source or Header  |  1991-11-27  |  1KB  |  31 lines

  1. #ifndef  CLIB_MATHIEEEDOUBBAS_PROTOS_H
  2. #define  CLIB_MATHIEEEDOUBBAS_PROTOS_H
  3. /*
  4. **    $Filename: clib/mathieeedoubbas_protos.h $
  5. **    $Release: 2.04 Includes, V37.4 $
  6. **    $Revision: 1.3 $
  7. **    $Date: 90/11/07 $
  8. **
  9. **    C prototypes. For use with 32 bit integers only.
  10. **
  11. **    (C) Copyright 1990-1991 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17. LONG IEEEDPFix( DOUBLE parm );
  18. DOUBLE IEEEDPFlt( long integer );
  19. LONG IEEEDPCmp( DOUBLE leftParm, DOUBLE rightParm );
  20. LONG IEEEDPTst( DOUBLE parm );
  21. DOUBLE IEEEDPAbs( DOUBLE parm );
  22. DOUBLE IEEEDPNeg( DOUBLE parm );
  23. DOUBLE IEEEDPAdd( DOUBLE leftParm, DOUBLE rightParm );
  24. DOUBLE IEEEDPSub( DOUBLE leftParm, DOUBLE rightParm );
  25. DOUBLE IEEEDPMul( DOUBLE factor1, DOUBLE factor2 );
  26. DOUBLE IEEEDPDiv( DOUBLE dividend, DOUBLE divisor );
  27. /*--- functions in V33 or higher (distributed as Release 1.2) ---*/
  28. DOUBLE IEEEDPFloor( DOUBLE parm );
  29. DOUBLE IEEEDPCeil( DOUBLE parm );
  30. #endif     /* CLIB_MATHIEEEDOUBBAS_PROTOS_H */
  31.