Andreas Klein wrote:
Unfortunally I have own no copy of the C99 standard. So I would be glade
if you could give me an internet ressource which disscuss the C99 division
algorithm or something like that. Then I will try to check what we can do.
Ok, thanks. The important section of the C99 standard is Annex G (IEC
60559-compatible complex arithmetic): it even provides a reference
implementation of the division in Example2. Perhaps, you could have a
look to a public draft of the final standard, just Google a bit... ;)
But really you should get hold of the real document, is now published by
Wiley and most scientific libraries should have a copy of it.
Thanks,
Paolo.