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

weaselcat <r9shacklef...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r9shacklef...@gmail.com

--- Comment #1 from weaselcat <r9shacklef...@gmail.com> ---
gcd(a,b) = gcd(|a|,|b|) = gcd(|a|,b) = gcd(a,|b|) - is there a technical reason
we reject negative instead of using abs on possible negative(i.e, T.min < 0)?

--

Reply via email to