digitalmars.D.bugs - phobos: lost precision in complex.c
- "Thomas Kuehne" <eisvogel users.sourceforge.net> Oct 06 2004
The values were stored in "long double" but sqrt was used in stead of the correct sqrtl. Thomas
Oct 06 2004
The values were stored in "long double" but sqrt was used in stead of the correct sqrtl. Thomas