Enter an expression (like "2 * 5 + 4" without quotes) into the box and it will turn it into a number Supported features: Common operations (+, -, *, /, ^) Special operations (sqrt, abs, log, ln, trig and inverse trig) Numbers 'e' and 'pi' will be turned into their numeric values Parenthesis and BODMAS order of operations All trig operations are in degrees, there is currently no way to use radians
To add: Visual of the expression written mathematically LaTex formatting compatibility Radian angle system (maybe) variable capabilities Noted bugs: Rounding errors with power functions and logarithms Power functions don't work with negative values to the power of non-integers (ex. you can't do (-3)^0.45). Not all errors return "Error" All parenthesis types are treated the same, so 4(3 * 2] will work If you notice any other bugs, let me know