Please read the entire instructions box! Supported operations: () Parentheses ^ Exponent * Multiplication / Division - Subtraction + Addition This uses PEMDAS for order of operations. Here's the expression I've been using for testing: (1.2*9^2-((2+10)/2)*2)*2 which equals 170.4.