How it works : M & N: m = is x n = is y BUTTONS: + : Addition - : Subtraction x : Multiplication ÷ : Division x^y : Power ( 1^7 = 1x1x1x1x1x1x1 ) √x : Square Root ( √9 = 3 = 3x3 ) sin ( x ) : Sin cos ( x ) : Cos tan ( x ) : Tan x / y : Fraction ( 1/4, 1/3, ... ) % : Percentage ( 62 = 6200% ) x = ? : Find x
NOTE: x + n = m n + x = m x - n = m n - x = m x * n = m n * x = m x / n = m n / x = m