From: "U.Nakamura" Date: 2012-09-06T18:25:40+09:00 Subject: [ruby-core:47449] Re: [ruby-trunk - Bug #6986] Inconsistent result of BigDecimal#power Hello, In message "[ruby-core:47446] [ruby-trunk - Bug #6986] Inconsistent result of BigDecimal#power" on Sep.06,2012 14:27:38, wrote: > I cannot reproduce NoMemoryError on my environment. > However I think the following behaviors for the large parameters may be inconsistent, so I will attempt to fix these behavior. > > Unfortunately I may not be able to fix NoMemoryError because I don't have the environment of mswin32. > Please submit your patch for fixing it. Generally, you should fix platform independent problem first. If some platform dependent problem remains after it, I'll fix it. Regards, -- U.Nakamura