Simple RPN with EXP goes wrong
Helios Solaris <[email protected]> Sat, 13 Feb 2016 12:08:07 +0100
| Newsgroups | gmane.comp.db.rrdtool.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, Until now I thought that I understood how RPN works, but apparently not this time. Example: 3*x^2 I thought this would be in rpn: 3,x,2,EXP,* However, rrdtool is complaining "ERROR: RPN final stack size != 1"; one operand would be missing. Where am I wrong?