Basic Arithmetic Operations |
+ | Addition. |
- | Subtraction. |
* | Multiplication. |
á | Division. |
= | Performs the calculation and displays the result. |
+/- | Minus sign - Changes positive numbers to negative and vice versa. |
( ) |
Parentheses are used to change the order of operations in an expression or to pass a parameter to a function. Example: (3 + 2 ) × 5 = 25 |
Ȩ |
Exponent - Enters a number in exponential form. Example: 3E5 = 300000 |
ș |
Repeating Decimal - Sets the repeating decimal portion of a number. To indicate a repeating decimal part, enclose the repeating digits in curly brackets. The repeated part is shown at the display by a Vinculum notation (overline).
Example: enter 0.02{27} is equal to 0.0227272727272727... (1⁄44) |
Arithmetic Operations |
Square - Power of 2
▸ Calculate 32
3 ȧ = ➜ 9
Cube - Power of 3
▸ Calculate 43
4 Ⱥ = ➜ 64
Power
▸ Calculate 35
3 ȥ 5 = ➜ 243
Reciprocal - divide 1 by the number
▸ Calculate 5-1
5 ȳ = ➜ 0.2
Square Root
▸ Calculate √9
Ȥ 9 = ➜ 3
Cube Root
▸ Calculate 3√27
ȴ 2 7 = ➜ 3
Root
▸ Calculate 4√81
4 Ȧ 8 1 = ➜ 3
Percentage
▸ Calculate 5% less than 100
1 0 0 - 5 ¹ = ➜ 95
▸ Calculate 50% out of 80
8 0 * 5 0 ¹ = ➜ 40
Arithmetic functions |
Sign - return the sign of a value
▸ Calculate sign(-12)
Ɛ +/- 1 2 = ➜ -1
Absolute Value
▸ Calculate abs(-4.5)
ȣ +/- 4 . 5 = ➜ 4.5
Floor - Calculate the largest integer less than or equal to a given value
▸ Calculate floor(4.8)
ȹ 4 . 8 = ➜ 4
Ceil - Calculate the smallest integer greater than or equal to a given value
▸ Calculate ceil(4.8)
ȸ 4 . 8 = ➜ 5