>> Arithmetic Calculator << > Operations < - Addition [ + ] - Subtraction [ - ] - Multiplication [ *,x ] - Division [ / ] - Exponentiation [ ^ ] - Parentheses [ (,) ] > Constants < - Arabic Numerals 0-9 (base ten) - pi → 'π' = 3.1415926535... - e → 'e' = 2.71828183... > Other < - % → '/100' - A → your previous answer > Errors < - Exponentiation only works with a non-negative base. (sorry) - Make sure your expression has an equal amount of forward and backward parentheses- and in the right order too. - Make sure non-parenthesis operators are not repeated or placed at the very beginning of the expression. >> Algebraic Calculator << - Has not been started yet
You can type in your equations and it solves them :d Please check answers and tell me your expression and solution IF it IS wrong. The calculator is NOT case sensitive when evaluating letters in the input, but IS case sensitive when rendering. Arithmetic function is complete, algebra still pending If the input bar is hard to see, you can zoom in on your browser to make it bigger (Ctrl +) this is my 2nd attempt. The first time, I made all of the arithmetic stuff but parentheses wouldn't work and the exponent operator could only do whole numbers. My first attempt (I no longer work on it): https://scratch.mit.edu/projects/748839512 962 blocks in one sprite as of 7/27, 6:17 PST