summaryrefslogtreecommitdiff
path: root/Cython/Utility/Complex.c
Commit message (Expand)AuthorAgeFilesLines
* replace generic "COMPILING_IN_*" C macros with feature specific guards that a...Stefan Behnel2016-07-301-1/+1
* Fix complex division for native complex type.Robert Bradshaw2016-04-121-5/+32
* Move complex type support into a utility code file.Robert Bradshaw2016-04-121-0/+255