% | Displays the result of multiplication as a percentage.
Enter one number, click *, enter the second number, and then click %. For example, 50 * 25% will display 12.5.
You can also perform operations with percentages. Enter one number, click the operator (+, -, *, or /), enter the second number, click %, and then click =. For example, 50 + 25% (of 50) = 62.5.
|
( | Starts a new level of parentheses. The current number of levels appears in the box above the ) button. The maximum number of levels is 25.
|
) | Closes the current level of parentheses. |
* | Multiplies.
|
+ | Adds. |
+/- | Changes the sign of the displayed number. |
- | Subtracts.
|
. | Inserts a decimal point. |
/ | Divides.
|
0–9 | Puts this number in the calculator display.
|
1/x | Calculates the reciprocal of the displayed number.
|
= | Performs any operation on the previous two numbers. To repeat the last operation, click = again.
|
A–F | Enters the selected letter in the value.
This button is available only if hexadecimal mode is turned on.
|
And | Calculates bitwise AND.
The behavior of logical operators is undefined unless the inputs are integers.
|
Ave | Calculates the mean of the values displayed in the Statistics Box dialog box. To calculate the mean of the squares, use Inv+Ave.
This button is available only if you click Sta first.
|
Backspace | Deletes the last digit of the displayed number. |
Bin | Converts the displayed number to the binary number system.
The maximum unsigned binary value is an expression of 64 bits, all set to 1. |
C | Clears the current calculation.
|
CE | Clears the displayed number. |
cos | Calculates the cosine of the displayed number. To calculate the arc cosine, use Inv+cos. To calculate the hyperbolic cosine, use Hyp+cos. To calculate the arc hyperbolic cosine, use Inv+Hyp+cos. You can use cos only with the decimal number system. |
Dat | Enters the displayed number in the Statistics Box dialog box.
This button is available only if you click Sta first. |
Dec | Converts the displayed number to the decimal number system. |
Degrees | Sets trigonometric input for degrees when in decimal mode.
|
dms | Converts the displayed number to degree-minute-second format (assuming that the displayed number is in degrees). To convert the displayed number to degrees (assuming that the displayed number is in degree-minute-second format), use Inv+dms. You can use dms only with the decimal number system. |
Exp | Allows entry of scientific-notation numbers. The exponent is limited to four digits. You can use only decimal digits (keys 0 through 9) in the exponent. You can use Exp only with the decimal number system. |
F-E | Turns scientific notation on and off. Numbers larger than 10^32 are always displayed exponentially. You can use F-E only with the decimal number system. |
Grads | Sets trigonometric input for grads when in decimal mode. |
Hex | Converts the displayed number to the hexadecimal number system.
The maximum unsigned hexadecimal value is 64 bits, all set to 1. |
Hyp | Sets the hyperbolic function for sin, cos, and tan.
The functions automatically turn off the hyperbolic function after a calculation is completed. |
Int | Displays the integer portion of a decimal value. To display the fractional portion of a decimal value, use Inv+Int. |
Inv | Sets the inverse function for sin, cos, tan, PI, x^y, x^2, x^3, ln, log, Ave, Sum, and s.
The functions automatically turn off the inverse function after a calculation is completed.
|
ln | Calculates natural (base e) logarithm. To calculate e raised to the xth power, where x is the current number, use Inv+ln. |
log | Calculates the common (base 10) logarithm. To calculate 10 raised to the xth power, use Inv+log. |
Lsh | Shifts left. To shift right, use Inv+Lsh. After clicking this button, you must specify (in binary) how many positions to the left or to the right you want to shift the number in the display area, and then click =.
The behavior of logical operators is undefined unless the inputs are integers. |
M+ | Adds the displayed number to any number already in memory but does not display the sum of these numbers. |
MC | Clears any number stored in memory. |
Mod | Displays the modulus, or remainder, of x/y. Use this button as a binary operator.
For example, to find the modulus of 5 divided by 3, click 5 MOD 3 =, which equals 2.
|
MR | Recalls the number stored in memory. The number remains in memory.
|
MS | Stores the displayed number in memory. |
n! | Calculates the factorial of the displayed number.
|
Not | Calculates bitwise inverse.
The behavior of logical operators is undefined unless the inputs are integers. |
Oct | Converts the displayed number to the octal number system.
The maximum unsigned octal value is an expression of 64 bits, all set to 1. |
Or | Calculates bitwise OR.
The behavior of logical operators is undefined unless the inputs are integers. |
pi | Displays the value of pi (3.1415...). To display 2 * pi (6.28...), use Inv+pi. You can use pi only with the decimal number system. |
Radians | Sets trigonometric input for radians when in decimal mode. |
s | Calculates standard deviation with the population parameter as –1. To calculate standard deviation with the population parameter as n, use Inv+s.
This button is available only if you click Sta first. |
sin | Calculates the sine of the displayed number. To calculate the arc sine, use Inv+sin. To calculate the hyperbolic sine, use Hyp+sin. To calculate the arc hyperbolic sine, use Inv+Hyp+sin. You can use sin only with the decimal number system. |
sqrt | Calculates the square root of the displayed number. |
Sta | Displays the Statistics Box dialog box and activates Ave, Sum, s, and Dat. |
Sum | Calculates the sum of the values displayed in the Statistics Box dialog box. To calculate the sum of the squares, use Inv+Sum.
This button is available only if you click Sta first.
|
tan | Calculates the tangent of the displayed number. To calculate the arc tangent, use Inv+tan. To calculate the hyperbolic tangent, use Hyp+tan. To calculate the arc hyperbolic tangent, use Inv+Hyp+tan. You can use tan only with the decimal number system.
|
Xor | Calculates bitwise exclusive OR.
The behavior of logical operators is undefined unless the inputs are integers. |
x^2 | Squares the displayed number. To calculate the square root, use Inv+x^2.
|
x^3 | Cubes the displayed number. To calculate the cube root, use Inv+x^3.
|
x^y | Computes x raised to the yth power. Use this button as a binary operator. For example, to find 2 raised to the 4th power, click 2 x^y 4 =, which equals 16.
To calculate the yth root of x, use Inv+x^y. |