home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Vectronix 2
/
VECTRONIX2.iso
/
FILES_01
/
LATTIC_3.LZH
/
HEADERS
/
NONDP.H
< prev
next >
Wrap
Text File
|
1990-08-02
|
503b
|
22 lines
/*
*
* Redefine secondary simulation function names to become primary names
* for systems without a Numeric Data Processor. These symbols are
* used when re-compiling the Lattice library source for systems other
* than the M68881
*
*/
#define _acos acos
#define _asin asin
#define _atan atan
#define _cos cos
#define _cosh cosh
#define _exp exp
#define _log log
#define _log10 log10
#define _sin sin
#define _sinh sinh
#define _sqrt sqrt
#define _tan tan
#define _tanh tanh