[phobos] [D-Programming-Language/phobos] 5b4351: std.complex: Moved abs, arg & conj to module level
GitHub
noreply at github.com
Thu Jun 21 23:55:26 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 5b4351d425fde89337691bf5da63fafb17187e67
https://github.com/D-Programming-Language/phobos/commit/5b4351d425fde89337691bf5da63fafb17187e67
Author: Lars T. Kyllingstad <git at kyllingen.net>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M std/complex.d
Log Message:
-----------
std.complex: Moved abs, arg & conj to module level
Backwards compatibility is preserved through the magic of UFCS.
Commit: 34bc329af8656b36920aa7b23a39bfd60c988a55
https://github.com/D-Programming-Language/phobos/commit/34bc329af8656b36920aa7b23a39bfd60c988a55
Author: Lars T. Kyllingstad <git at kyllingen.net>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M std/complex.d
Log Message:
-----------
std.complex: Cleanup
Moved some stuff around, removed some extraneous whitespace, made
function documentation more consistent.
Commit: 03295d1ebce9542ea0c88120b386aae654f960bd
https://github.com/D-Programming-Language/phobos/commit/03295d1ebce9542ea0c88120b386aae654f960bd
Author: Lars T. Kyllingstad <git at kyllingen.net>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M std/complex.d
Log Message:
-----------
Added std.complex.expi()
Also added Don as author, since there are several functions in
std.complex, including expi(), that are copied more or less verbatim
from std.math.
Commit: c80bb858973a90905f1df7c142c0497d56955684
https://github.com/D-Programming-Language/phobos/commit/c80bb858973a90905f1df7c142c0497d56955684
Author: Lars T. Kyllingstad <git at kyllingen.net>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M std/complex.d
Log Message:
-----------
std.complex: Minor doc improvement
Commit: 029440c2f9008ff2fe8803c97900394bfe9b4e4e
https://github.com/D-Programming-Language/phobos/commit/029440c2f9008ff2fe8803c97900394bfe9b4e4e
Author: Lars T. Kyllingstad <git at kyllingen.net>
Date: 2012-05-11 (Fri, 11 May 2012)
Changed paths:
M std/complex.d
Log Message:
-----------
Removed asm code from std.complex.expi()
Commit: 944987d4eb02ebf2915b2aded6789f389b32c532
https://github.com/D-Programming-Language/phobos/commit/944987d4eb02ebf2915b2aded6789f389b32c532
Author: Don Clugston <dclugston at googlemail.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M std/complex.d
Log Message:
-----------
Merge pull request #559 from kyllingstad/std-complex-update
std.complex update: moved some functions to module level
Compare: https://github.com/D-Programming-Language/phobos/compare/2a3b0b0ffe12...944987d4eb02
More information about the phobos
mailing list