Actions
Bug #10762
closedMath **
    Bug #10762:
    Math **
  
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14]
Description
According to the Maths, "any number raised to the zero power equals one".
Yet:
ruby -e 'puts((-1 ** 0) == 1)'
=> false
Actions
        
        
     Updated by Anonymous
          Updated by Anonymous