Git commit e9ca3e71dc56d59e93674afb2c4e3ef4baa446b9 by Burkhard L?ck. Committed on 28/11/2013 at 14:15. Pushed by lueck into branch 'master'.
add hint about input method - no Immediate execution M +7 -0 doc/index.docbook http://commits.kde.org/kcalc/e9ca3e71dc56d59e93674afb2c4e3ef4baa446b9 diff --git a/doc/index.docbook b/doc/index.docbook index f3bc337..0f00bf5 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -90,6 +90,13 @@ every button,the corresponding key-binding.</para> </listitem> </itemizedlist> +<!--see https://bugs.kde.org/show_bug.cgi?id=326481--> +<note><para>&kcalc; uses <ulink url="https://en.wikipedia.org/wiki/Calculator_input_methods#Infix_notation">Infix +notation</ulink> which enforces correct order of operations as taught in school; contrary to +<ulink url="https://en.wikipedia.org/wiki/Calculator_input_methods#Immediate_execution">Immediate execution</ulink> +used by many simple calculators. +</para></note> + <para>Have fun with &kcalc;!</para> <para>&Bernd.Johannes.Wuebben;</para>
