Thread overview | |||||
---|---|---|---|---|---|
|
November 23, 2012 [Issue 9061] New: BigInt | BigInt, BigInt & int | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=9061 Summary: BigInt | BigInt, BigInt & int Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: bearophile_hugs@eml.cc --- Comment #0 from bearophile_hugs@eml.cc 2012-11-22 16:29:26 PST --- Two missing BigInt operations: import std.bigint: BigInt; void main() { auto x = BigInt(1) | BigInt(1); auto y = BigInt(1) & 1; } Those operations are used in a Binary GCD: http://en.wikipedia.org/wiki/Binary_GCD_algorithm#Iterative_version_in_C -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 01, 2013 [Issue 9061] BigInt | BigInt, BigInt & int | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=9061 --- Comment #1 from Don <clugdbug@yahoo.com.au> 2013-02-01 00:17:12 PST --- *** Issue 8919 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 01, 2013 [Issue 9061] BigInt | BigInt, BigInt & int | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=9061 --- Comment #2 from Don <clugdbug@yahoo.com.au> 2013-02-01 00:17:34 PST --- *** Issue 9432 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation