[phobos] [D-Programming-Language/phobos] 1b6bb9: Add more comments for Biguint.pow
noreply at github.com
noreply at github.com
Thu Oct 20 10:57:37 PDT 2011
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 1b6bb96de77287b260b9bd60c3ca23f1c1ec598e
https://github.com/D-Programming-Language/phobos/commit/1b6bb96de77287b260b9bd60c3ca23f1c1ec598e
Author: Don Clugston <dclugston at googlemail.com>
Date: 2011-10-20 (Thu, 20 Oct 2011)
Changed paths:
M std/internal/math/biguintcore.d
Log Message:
-----------
Add more comments for Biguint.pow
The memory usage calculation was complicated and deserved more explanation.
I've also rewritten it in a way which is clearer.
Commit: 1d3a9d22766a3dbcb0063ef907f3e0dd32382a6d
https://github.com/D-Programming-Language/phobos/commit/1d3a9d22766a3dbcb0063ef907f3e0dd32382a6d
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2011-10-20 (Thu, 20 Oct 2011)
Changed paths:
M std/bigint.d
M std/internal/math/biguintcore.d
Log Message:
-----------
Merge pull request #295 from donc/bigint6819
6819 BigInt ^^ fails for some big numbers (powers)
Compare: https://github.com/D-Programming-Language/phobos/compare/1d9e802...1d3a9d2
More information about the phobos
mailing list