[Issue 18627] std.complex is a lot slower than builtin complex types at number crunching

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 22 11:08:32 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18627

--- Comment #9 from ponce <aliloko at gmail.com> ---
I think at the very least std.complex should contain a function to divide
Complex without the additional precision provided by the check with the 2
fabs().

People that want speed could opt-in, and others will enjoy increased precision
without noticing.

--


More information about the Digitalmars-d-bugs mailing list