home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / Python / Source / Modules / protos / mathmodule.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-25  |  403 b   |  7 lines

  1. static PyObject *math_error ( void );
  2. static PyObject *math_1 ( PyObject *args , double (*func )Py_FPROTO ((double )));
  3. static PyObject *math_2 ( PyObject *args , double (*func )Py_FPROTO ((double ,double )));
  4. static PyObject *math_frexp (PyObject *self , PyObject *args );
  5. static PyObject *math_ldexp ( PyObject *self , PyObject *args );
  6. static PyObject *math_modf ( PyObject *self , PyObject *args );
  7.