disable raise ... from ... unittest in py3 (but other syntax checks still work)
[cython.git] / tests / compile / libc_math.pyx
1 from libc.math cimport (M_E, M_LOG2E, M_LOG10E, M_LN2, M_LN10, M_PI, M_PI_2,
2         M_PI_4, M_1_PI, M_2_PI, M_2_SQRTPI, M_SQRT2, M_SQRT1_2)
3 from libc.math cimport (acos, asin, atan, atan2, cos, sin, tan, cosh, sinh,
4         tanh, acosh, asinh, atanh, exp, log, log10, pow, sqrt)