Thread overview
[Issue 4872] New: std.bigint problem with negative numbers
Sep 15, 2010
Don
Sep 19, 2010
David Simcha
September 15, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4872

           Summary: std.bigint problem with negative numbers
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: bearophile_hugs@eml.cc


--- Comment #0 from bearophile_hugs@eml.cc 2010-09-15 14:10:05 PDT ---
With dmd 2.049beta this asserts:


import std.bigint: BigInt;
void main() {
    assert(((BigInt(3) * BigInt(-2)) + (BigInt(-5) * BigInt(-1))) ==
BigInt(-1));
}


I think in some situations BigInt(3)*BigInt(-2) == BigInt(6).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 15, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4872


Don <clugdbug@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clugdbug@yahoo.com.au


--- Comment #1 from Don <clugdbug@yahoo.com.au> 2010-09-15 15:08:23 PDT ---
Fixed svn 2007.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 19, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4872


David Simcha <dsimcha@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dsimcha@yahoo.com
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------