Unlike traditional desktop calculator, Reckoner is easier to use. You just type the expression that you want to calculate and press Enter. You can see clearly what you typed along with the result in the scrollable display. That is faster and more convient, isn't it?
You can also paste the expression from the clipboard, that you copied from somewhere else. And, you can quickly copy the last calculation result to the clipboard using Crtl+R.
Before you finish, Reckoner may even give already the answer (calc-as-you-type, anyone?).
This allows tou "fix" your expression if you think it is not what you want.
Advanced calculation sometimes needs memory feature. Reckoner allows variables to hold calculation result, e.g. x = 0.3 which can be reused in y = 2*x. Variables need not only a character, InterestRate is a perfect name as well. And still, you can define as many variables as you want.
There is a special variable, ans, which always holds the last calculation result. Another variable pi holds one of the most important constant in math world.
Beside standard algebraic operator like + (addition), - (subtraction), * (multiplication), / (division), ^ or ** (exponentiation), there is support for some functions, for example sin, log, abs, and many more.
You do not need to memorize function names, use Ctrl+F to pop up a dialog where you can choose the function that you need.
Or take advantage of it's auto-completion.
Type the letter c only and in less than a second you will be automagically given with choises of cos, cosh, and other.
With its unique calculation routines, you can get up to 50 decimals of precision. Normally, all the important digits are shown, but you can also ask Reckoner to round it to several digits.
When your calculation is quite complex and involving a chain of operations, this high precision ensures that you would get less rounding error in the end.
If you want to recall again the expression which you typed before, then press up and down arrow to access the expression history.
Moreover, your expression history (maximum last 100 expressions) is saved between sessions. This means you can still invoke those calculations you have done yesterday or last week.
Often, Reckoner can still understand an incomplete expression. For example, just typing sin followed by Enter - likely means taking the sine of last value - is automatically translated as sin(ans).
Also, for some functions you may skip the parentheses if you pass simple number or variable, sin 0.1 is as valid as sin(0.1).
Speaking about parentheses, closing them can be left to Reckoner, e.g. cos(pi/4 is automatically corrected to cos(pi/4).
Reckoner has many keyboard shortcuts to speed up your task:
Up/Down recall last expression Ctrl+I insert variable Ctrl+F insert function Ctrl+R copy last result to clipboard Ctrl+S save current session to text file F9 radians mode for trigonometric functions F10 degrees mode for trigonometric functions
If you want some more features implemented in Reckoner please visit out Feature Request Tracking System.