Mail Archives: djgpp/1997/03/02/06:37:52
On Sat, 1 Mar 1997, Gurunandan R. Bhat wrote:
> gives a wrong zz. i would be grateful if users of __complex__ in c could
> share their experience on this. would it correct to conclude that while
> simple algebraic manipulations are implemented, math functions are not?
I think the problem is that the library doesn't support complex data type.
The algebraic operations are implemented by calling functions from
libgcc.a, therefore they work. You will have to explicitly write the
complex math functions in terms of the real and imaginary parts, to get
full support for complex computations.
- Raw text -