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

  1. static Py_complex c_acos ( Py_complex x );
  2. static Py_complex c_acosh ( Py_complex x );
  3. static Py_complex c_asin ( Py_complex x );
  4. static Py_complex c_asinh ( Py_complex x );
  5. static Py_complex c_atan ( Py_complex x );
  6. static Py_complex c_atanh ( Py_complex x );
  7. static Py_complex c_cos ( Py_complex x );
  8. static Py_complex c_cosh ( Py_complex x );
  9. static Py_complex c_exp ( Py_complex x );
  10. static Py_complex c_log ( Py_complex x );
  11. static Py_complex c_log10 ( Py_complex x );
  12. static Py_complex c_prodi ( Py_complex x );
  13. static Py_complex c_sin ( Py_complex x );
  14. static Py_complex c_sinh ( Py_complex x );
  15. static Py_complex c_sqrt ( Py_complex x );
  16. static Py_complex c_tan ( Py_complex x );
  17. static Py_complex c_tanh ( Py_complex x );
  18. static PyObject *math_error ( void );
  19. static PyObject *math_1 ( PyObject *args , Py_complex (*func )Py_FPROTO ((Py_complex )));
  20.