More C99 complex fixes, plus Python tests
This commit is contained in:
parent
07b4b274e5
commit
511df0e642
7 changed files with 83 additions and 13 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include <complex.h>
|
||||
%}
|
||||
|
||||
#define complex _Complex
|
||||
|
||||
/* C complex constructor */
|
||||
#define CCplxConst(r, i) ((r) + I*(i))
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
#include <complex.h>
|
||||
%}
|
||||
|
||||
#define complex _Complex
|
||||
|
||||
/* C complex constructor */
|
||||
#define CCplxConst(r, i) ((r) + I*(i))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue