Thread overview
[Issue 13022] std.complex lacks a function returning the squared modulus of a Complex
Jul 02, 2014
Element 126
Jul 02, 2014
Element 126
Jul 02, 2014
Element 126
Jul 23, 2014
Element 126
July 02, 2014
https://issues.dlang.org/show_bug.cgi?id=13022

Element 126 <dlang.element126@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |dlang.element126@gmail.com

--
July 02, 2014
Before submitting my pull request, I would like to hear your opinion about the naming of the squared modulus function, since we won't be able to change it once it is released.
I picked `abs2` for consistency with `abs` and because it is mathematically more accurate than C++'s `norm`.
What do you think of it ?
July 02, 2014
https://issues.dlang.org/show_bug.cgi?id=13022

Element 126 <dlang.element126@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
             Status|NEW                         |ASSIGNED

--- Comment #1 from Element 126 <dlang.element126@gmail.com> ---
Pull request: https://github.com/D-Programming-Language/phobos/pull/2297

--
July 23, 2014
https://issues.dlang.org/show_bug.cgi?id=13022

Element 126 <dlang.element126@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--