summaryrefslogtreecommitdiff
path: root/Cython/Utility/Complex.c
Commit message (Expand)AuthorAgeFilesLines
* Remove special case usage of block name suffix after "XYZ.proto" utility code...Stefan Behnel2017-09-131-2/+4
* Pure real results for pure real complex powers.Robert Bradshaw2016-11-301-0/+4
* Fix complex powers of negative real values.Robert Bradshaw2016-11-301-2/+6
* Distinguish between math suffix and type suffix for complex arithmetic.Robert Bradshaw2016-09-091-42/+42
* 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