I’m really enjoying this tool! Nice work. The intuitive nature of the variables is nice.
I have a suggestion. It might be a little more user friendly if the default answer variable was a single characters vs ‘ans’. It would just be easier to type in, especially if you’re using the number pad.
I’m following the Matlab legacy with the “ans” variable. My preference is to stick with “ans” for now. Thanks!
Carissa
· August 17, 2010 at 3:57 pm
In a previous version of CCalc, typing an operation (+ or -) without a number in front of it caused CCalc to inherit the last result by automatically inserting “ans” in front of the operation. Is this possible with the latest version of CCalc?
Yep – that should still work for you. You might have to type the – twice, first time may default to a negative sign, rather than subtraction.
David Price
· November 3, 2010 at 3:39 pm
@Jason Budd
I don’t want to start a war but I don’t know if changing ans to a is such a good idea. Often I will use ‘a’ as a temporary variable and do simple calculations such as ‘a+b’
I think ‘ans’ should be left alone, it’s not that hard to type ‘ans’ and it prevents accidental overwriting for the variable ‘a’.
An update to Console Calculator for Windows is now available. Binary numbers now supports fractional bits (input only), e.g. 0b101.11 = 5.75 Fixed some typos in preferences (finally?) Fixed minor unit conversion error. Fixed overflow Read more…
An update to Console Calculator for Windows is now available. Fixed minor bugs with scripting. Calculator appkey reassignment now works in Win Vista & 7. (2013-05-03)
An update to Console Calculator for Windows is now available. Added: new built-in function, mod(x,d) Fixed some quirks with precision rounding errors and integer handling. (2013-03-10)
5 Comments
Jason Budd · July 26, 2010 at 5:51 am
I’m really enjoying this tool! Nice work. The intuitive nature of the variables is nice.
I have a suggestion. It might be a little more user friendly if the default answer variable was a single characters vs ‘ans’. It would just be easier to type in, especially if you’re using the number pad.
Thanks again!
CCalc · July 26, 2010 at 12:45 pm
I’m following the Matlab legacy with the “ans” variable. My preference is to stick with “ans” for now. Thanks!
Carissa · August 17, 2010 at 3:57 pm
In a previous version of CCalc, typing an operation (+ or -) without a number in front of it caused CCalc to inherit the last result by automatically inserting “ans” in front of the operation. Is this possible with the latest version of CCalc?
CCalc · August 17, 2010 at 11:49 pm
Yep – that should still work for you. You might have to type the – twice, first time may default to a negative sign, rather than subtraction.
David Price · November 3, 2010 at 3:39 pm
@Jason Budd
I don’t want to start a war but I don’t know if changing ans to a is such a good idea. Often I will use ‘a’ as a temporary variable and do simple calculations such as ‘a+b’
I think ‘ans’ should be left alone, it’s not that hard to type ‘ans’ and it prevents accidental overwriting for the variable ‘a’.