X-Git-Url: https://git.tokkee.org/?p=pkg-rrdtool.git;a=blobdiff_plain;f=doc%2Frpntutorial.html;h=cc301912ed9092734562b2177feed5f06ddaedc4;hp=2aabd590de4164cc47d1d9f2afbec6c60c9c77a2;hb=6e58e96d05b3300ff189d192d490da081d5fdffa;hpb=23a63bef251017be5fd4f09db2be10575e3df59e diff --git a/doc/rpntutorial.html b/doc/rpntutorial.html index 2aabd59..cc30191 100644 --- a/doc/rpntutorial.html +++ b/doc/rpntutorial.html @@ -173,7 +173,7 @@ uses the LE and DIV operators.

Answer 2:

     if (input <= 56000/8 ) { input*8 } else { 56000 }
-    input,56000,8,DIV,LT,input,8,*,56000,IF
+ input,56000,8,DIV,LE,input,8,*,56000,IF

Exercise 3:

Briefly explain why traditional mathematic notation requires the use of parentheses. Explain why RPN notation does not require