Fix "Compound Interest" command.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
pull/1/head
gregory guy 4 years ago
parent a780ede14b
commit 22dc790eca
No known key found for this signature in database
GPG Key ID: 3BCCA0F7AB4536F4

@ -1,4 +1,4 @@
QString formName = i18n("Compound Interest");
TQString formName = i18n("Compound Interest");
defaultFormulae.append(formName);
formulas[formName] = "4 reqargs 3 rolld dup 3 rolld / 1 + 3 rolld * ^ *";
help[formName] = i18n("Arguments: Principal, interest rate (like .04 for 4%), compoundings per year, and number of years");

Loading…
Cancel
Save