Recent update to Console Calculator for Windows is now available.
- Fixed case-sensitivity bug with custom functions.
- Fixed minor bug with deleting functions with _ underscore in the name.
- (2012-04-17)
Recent update to Console Calculator for Windows is now available.
2 Comments
industrialist · July 22, 2012 at 7:47 pm
Thanks for the good job. It is good for me to check the formula as well as input parameter for my customer-function.
I would like to see if the calculator support :
1) if-then-else statement
2) or switch case.
which helps to determine some complicated logic
Thanks
CCalc · July 30, 2012 at 8:02 pm
you can try this if-then-else function:
IF(tf,a,b)=(tf!=0)*a+(tf==0)*b
switch statements would be much more complex.