home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / LATTIC_3.ZIP / HEADERS / NONDP.H < prev    next >
Text File  |  1990-08-02  |  503b  |  22 lines

  1. /*
  2.  *
  3.  * Redefine secondary simulation function names to become primary names
  4.  * for systems without a Numeric Data Processor.  These symbols are
  5.  * used when re-compiling the Lattice library source for systems other
  6.  * than the M68881
  7.  *
  8.  */
  9. #define _acos acos
  10. #define _asin asin
  11. #define _atan atan
  12. #define _cos cos
  13. #define _cosh cosh
  14. #define _exp exp
  15. #define _log log
  16. #define _log10 log10
  17. #define _sin sin
  18. #define _sinh sinh
  19. #define _sqrt sqrt
  20. #define _tan tan
  21. #define _tanh tanh
  22.