SCOTT GARDNER incorrect calculations. for example:
13.22+15.11+15.11+17.01
correct answer = 60.45
formula calc = 60.54
i noticed that when i typed the ".01" in the last number, it calculated it as ".10" (Version 1.1)
FABIEN GOY I am sorry about this. The version you have should be unsafe.
Please download the last one: http://fabien.goy.free.fr/FormulaCalc/FormulaCalc.wdgt.zip (Version 1.1)
ANONYMOUS Useful widget. Some bugs (i.e. with zero removal,) and missing some functionality, but fast and simple. (Version 1.1)
FABIEN GOY The bug has just been resolved. Please download it again and check it works correctly. (Version 1.1)
FABIEN GOY For exponent, you have to use the expression exp(5) (which is 148.4131591025766)
If you want a power, instead of 2^5, use pow(2,5) (which is 32). Hope this helps.
You can visit FormulaCalc's homepage for more information: http://fabien.goy.free.fr/FormulaCalc/ (Version 1.0)
ANONYMOUS Works pretty much as advertised. Supports most functions except exponents seem to read as a subtraction... (Version 1.0)