| Current Path : /usr/home/beeson/Otter-Lambda/yyy/ |
| Current File : /usr/home/beeson/Otter-Lambda/yyy/ceval.h |
/* dcomplex.h must be included before this file */ /* These functions (along with those in deval.h) are exported by deval.dll */ /* following are in ceval.c */ MEXPORT_DEVAL int ceval(term, dcomplex *); MEXPORT_DEVAL int complexnumerical(term); #define EQUALSCOMPLEXI(t) (ISATOM(t) && FUNCTOR(t) == 'i' && TYPE(t) != INTEGER)