Code

Imported upstream version 1.4.8
[pkg-rrdtool.git] / doc / rpntutorial.html
index 2aabd590de4164cc47d1d9f2afbec6c60c9c77a2..cc301912ed9092734562b2177feed5f06ddaedc4 100644 (file)
@@ -173,7 +173,7 @@ uses the LE and DIV operators.</p>
 <p>Answer 2:</p>
 <pre>
     if (input &lt;= 56000/8 ) { input*8 } else { 56000 }
-    input,56000,8,DIV,LT,input,8,*,56000,IF</pre>
+    input,56000,8,DIV,LE,input,8,*,56000,IF</pre>
 <p>Exercise 3:</p>
 <p>Briefly explain why traditional mathematic notation requires the
 use of parentheses.  Explain why RPN notation does not require