make the definition of _Complex_I explicitly complex
authorRich Felker <dalias@aerifal.cx>
Wed, 17 Dec 2014 21:47:34 +0000 (16:47 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 17 Dec 2014 21:47:34 +0000 (16:47 -0500)
commita9c2294eef0b4d7e7bcf6155ecb46b25703a80eb
treeec56817a7721f828815a9cd68f7b449571089d11
parent4075af4318676ebbe5949eb9cee3fec7008de4d7
make the definition of _Complex_I explicitly complex

it's unclear whether compilers which provide pure imaginary types
might produce a pure imaginary expression for 1.0fi. using 0.0f+1.0fi
ensures that the result is explicitly complex and makes this obvious
to human readers too.
include/complex.h