This is a bad computation reproduced in the example below.
Expected -5.016558e-20, got 6.2102e+07.
DMD 2.099.0, Linux x86_64
import std.complex;
import std.stdio;
void main()
{
Complex!float x = -5.016558e-20;
writeln(x.abs);
}
Comment #1 by aliloko — 2022-04-04T19:59:13Z
*** Issue 22984 has been marked as a duplicate of this issue. ***