home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / OTL-MC6.DMS / in.adf / incl.lha / INCLUDE / clib / mathieeedoubtrans_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-29  |  1.1 KB  |  47 lines

  1. #ifndef  CLIB_MATHIEEEDOUBTRANS_PROTOS_H
  2. #define  CLIB_MATHIEEEDOUBTRANS_PROTOS_H
  3.  
  4. /*
  5. **    $VER: mathieeedoubtrans_protos.h 1.3 (7.11.90)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. #ifdef __cplusplus
  19. #define CLIBCPLUSON
  20. #pragma -
  21. #endif
  22.  
  23. DOUBLE IEEEDPAtan( DOUBLE parm );
  24. DOUBLE IEEEDPSin( DOUBLE parm );
  25. DOUBLE IEEEDPCos( DOUBLE parm );
  26. DOUBLE IEEEDPTan( DOUBLE parm );
  27. DOUBLE IEEEDPSincos( DOUBLE *pf2, DOUBLE parm );
  28. DOUBLE IEEEDPSinh( DOUBLE parm );
  29. DOUBLE IEEEDPCosh( DOUBLE parm );
  30. DOUBLE IEEEDPTanh( DOUBLE parm );
  31. DOUBLE IEEEDPExp( DOUBLE parm );
  32. DOUBLE IEEEDPLog( DOUBLE parm );
  33. DOUBLE IEEEDPPow( DOUBLE exp, DOUBLE arg );
  34. DOUBLE IEEEDPSqrt( DOUBLE parm );
  35. FLOAT IEEEDPTieee( DOUBLE parm );
  36. DOUBLE IEEEDPFieee( FLOAT single );
  37. DOUBLE IEEEDPAsin( DOUBLE parm );
  38. DOUBLE IEEEDPAcos( DOUBLE parm );
  39. DOUBLE IEEEDPLog10( DOUBLE parm );
  40.  
  41. #ifdef CLIBCPLUSON
  42. #undef CLIBCPLUSON
  43. #pragma +
  44. #endif
  45.  
  46. #endif     /* CLIB_MATHIEEEDOUBTRANS_PROTOS_H */
  47.