summaryrefslogtreecommitdiff
path: root/Cython/Utility/Complex.c
Commit message (Expand)AuthorAgeFilesLines
* Fix error from combination of two Complex.c changes (#5167)da-woods2022-12-101-2/+1
* Add the `cpow` directive to bring Cython `**` close to Python (GH-5016)da-woods2022-12-081-0/+39
* Improve detection of C complex.h (GH-5021)da-woods2022-12-081-10/+41
* Fix bug with complex powers of negative numbers (#5014)da-woods2022-09-191-1/+1
* Remove duplicated line from __Pyx_c_powAlex Henrie2019-10-081-1/+0
* Fix msvc compiler warning C4244Christoph Gohlke2019-02-021-2/+2
* Clarify types in atan2() call for usage in MSVC++.Stefan Behnel2019-01-191-1/+1
* 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