Calculator Key: ■%CH
Real1 | Real2 | → | Real3 |
Symbol1 | Symbol2 | → | Expression3 |
Expression1 | Expression2 | → | Expression3 |
Given real values x and y pushed onto the stack in that order, this operation calculates 100 * (y - x) / x. Note that if the first value is 0, an infinite result error is displayed.