Please support this site by disabling or whitelisting the Adblock for "justintools.com". I've spent over 10 trillion microseconds (and counting), on this project. This site is my passion, and I regularly adding new tools/apps. Users experience is very important, that's why I use non-intrusive ads. Any feedback is appreciated. Thank you. Justin XoXo :)
There is full keyboard support for each button on the calculator.
C |
[Del or Shift+Backspace] Click to clear the displayed number. Removes an incorrect entry/number from the display when pressed before any function or operation key is pressed. |
AC |
[Del or Shift+Backspace] Click to clear the displayed number and the constant and pending operations. |
= |
[ENTER] Finishes any function or operation and displays the result. If there are any unfinished parentheses expressions before this key is clicked or hit, they get finished automaticaly. 2*(2+3*(2+4))=40 is the same as typing 2*(2+3*(2+4=40. |
× |
[*] Multiply a value. |
÷ |
[/] Divide a value. |
+ |
[+] Add a value. |
– |
[-] Subtract a value. |
+/– |
[#] Changes the algebraic sign. |
2nd |
[Space] Changes the trigonometric buttons (sin, cos, tan, sinh, cosh, and tanh) to their inverse functions (sin-1, cos-1, tan-1, sinh-1, cosh-1, and tanh-1). It also changes ln to log2, and ex to 2x. Click 2nd again to return the buttons to their original functions. |
( |
[(] Opens a parenthetical expression. Expressions can be nested. Clicking on it lets a white ring appear around the button to let you know that a parenthetical expresion is still active (until all expressions are closed with the closeing parenthesis or the equation sign). |
) |
[)] Closes a parenthetical expression. The white ring around the ( parenthesis key will stay until all expressions are closed with this key or after clicking the equation sign. |
% |
[%] Calculates percentages, adds markups, and subtracts discounts. To calculate a percentage, use it with the +, –, × or ÷ keys. For example, to calculate 8% of 500, enter 500 x 8% (no equation key (=)) which returns 40. To add a markup or subtract a discount, additionaly use the equation (=) key. For example, to compute the total cost of a $500 item with an 8% sales tax, enter 500 + 8 % = which returns 540. |
1/x |
[\ or h, 1] Returns the reciprocal of a value in decimal format. |
x2 |
[h, 2] Squares a value. |
x3 |
[h, 3] Cubes a value. |
yx |
[^ or ' or "] Click between values to raise the first value to the power of the second value. For example, to compute 34, enter 3 yx 4 = which returns 81. |
x! |
[x] Calculates the factorial of a value (only integers). |
√ |
[h, r] Calculates the square root of a value. |
x√y |
[r] Use between values to calculate the x root of y. For example to compute 4√81, enter 81 x√y 4 = which returns 3. |
log |
[Shift+L] Returns the log base 10 of a value. |
sin |
[s] Calculates the sine of a value. |
sin-1 |
[Shift+S] Calculates the arc sine of a value. (Available when the 2nd button is clicked). |
cos |
[c] Calculates the cosine of a value. |
cos-1 |
[Shift+C] Calculates the arc cosine of a value. (Available when the 2nd button is clicked). |
tan |
[t] Calculates the tangent of a value. |
tan-1 |
[Shift+T] Calculates the arc tangent of a value. (Available when the 2nd button is clicked). |
ln |
[l] Calculates the natural log of a value. |
log2 |
[h, l] Calculates the log base 2. (Available when the 2nd button is clicked). |
sinh |
[h, s] Calculates the hyperbolic sine of a value. |
sinh -1 |
[h, Shift+S] Calculates the inverse hyperbolic sine of a value. (Available when the 2nd button is clicked) |
cosh |
[h, c] Calculates the hyperbolic cosine of a value. |
cosh-1 |
[h, Shift+C] Calculates the inverse hyperbolic cosine of a value. (Available when the 2nd button is clicked). |
tanh |
[h, t] Calculates the hyperbolic tangent of a value. |
tanh-1 |
[h, Shift+T] Calculates the inverse hyperbolic tangent of a value. (Available when the 2nd button is clicked). |
ex |
[e] Click after entering a value to raise the constant 'e' (2.718281828459045…) to the power of that value. |
2x |
[Shift+X or h, e] Calculates 2 to the power of the displayed value. For example, 10 2x = 1024. (Available when the 2nd button is clicked). |
π |
[p] Enters the value of PI or π (3.141592653589793…). |
EE |
[Shift+E] An operator that multiplies the currently displayed value by 10 to the power of the next value you enter. |
Rand |
[h, n or h, d] Returns a random number between 0 and 1. |
mc |
[v] Click to clear the memory. |
m+ |
[b] Click to add the displayed number to the number in memory. If no number is in memory, click to store the displayed number in memory. |
m- |
[n] Click to subtract the displayed number from the number in memory. If no number is in memory, click to store the displayed number as a subtraction of zero in memory. |
mr |
[m] Click to replace the displayed number with the number in memory. If the button has a white ring around it, there is a number stored in memory. The white ring around the button also disappears if the stored number calculates zero. |
Deg |
[d or °] Changes the mode to express trigonometric functions in degrees. |
Rad |
[d or °] Changes the mode to express trigonometric functions in radians. |