As a user I want to be able to raise one number to the power of another number so that I don’t have to calculate this manually.
UAT
- [] 6
<enter>3<YtoX>-> [216] - [] -6
<enter>2<YtoX>-> [36] - [] -6
<enter>3<YtoX>-> [-216]
Port of schuchert.wikispaces.com
RPN_Calculator_Y_to_X
As a user I want to be able to raise one number to the power of another number so that I don’t have to calculate this manually.
<enter> 3 <YtoX> -> [216]<enter> 2 <YtoX> -> [36]<enter> 3 <YtoX> -> [-216]
Comments