Contents |
Normally, the function returns x divided by
100. However, it does perform a more useful function when the
previous operation was addition or subtraction, then the number
returned is the specified percentage of y. For example,
In RPN mode, the result is always the specified percentage of y. The value of y is preserved so that subsequent operations can be performed without having to re-enter the base number.
The function calculates the percent
difference between two numbers.
In RPN mode, the value of y is preserved.
The function calculates the percentage that
x is of y. For example,
In RPN mode, the value of y is preserved.