| 13839 | return z; |
| 13840 | } |
| 13841 | static CYTHON_INLINE int __Pyx_c_is_zero_float(__pyx_t_float_complex a) { |
| 13842 | return (a.real == 0) && (a.imag == 0); |
| 13843 | } |
| 13844 | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conj_float(__pyx_t_float_complex a) { |
| 13845 | __pyx_t_float_complex z; |
| 13846 | z.real = a.real; |
nothing calls this directly
no outgoing calls
no test coverage detected