From: nsz Date: Sun, 4 Mar 2012 17:00:46 +0000 (+0100) Subject: fix definition of complex imaginary unit X-Git-Url: http://nsz.repo.hu/git/?p=libm;a=commitdiff_plain;h=0a12631f1accb5f4d4fbbeeb66efccc6fb56cf62 fix definition of complex imaginary unit --- diff --git a/include/complex.h b/include/complex.h index a47853a..8ee7057 100644 --- a/include/complex.h +++ b/include/complex.h @@ -6,7 +6,7 @@ extern "C" { #endif #define complex _Complex -#define _Complex_I 1fi +#define _Complex_I 1.0fi #define I _Complex_I double complex cacos(double complex);