Real1 | → | Real2 |
Symbol1 | → | Expression2 |
Expression1 | → | Expression2 |
This operation calculates the equivalent of (EXP(x) - 1) where x is the the argument from the stack. It may appear to be redundant since the EXP operation seems to be capable of everything this operation can do, and more but this operation is much more accurate for values near 0. So, in some cases, this operation is preferred.
However, this operation is more limited since it does not handle complex numbers.