| 13993 | return z; |
| 13994 | } |
| 13995 | static CYTHON_INLINE int __Pyx_c_is_zero_double(__pyx_t_double_complex a) { |
| 13996 | return (a.real == 0) && (a.imag == 0); |
| 13997 | } |
| 13998 | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj_double(__pyx_t_double_complex a) { |
| 13999 | __pyx_t_double_complex z; |
| 14000 | z.real = a.real; |
nothing calls this directly
no outgoing calls
no test coverage detected