READ ALL! Turbo mode recomended. ( for 10 s or less ) No turbomode ( for 45 or less ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` It only accepts ecuations with one variable. If you enter an ecuation that has 2^x or 3^x etc, it would only give the natural solutions right! Example: If you enter 2 ^ x + 3 ^ x - 4 ^ x + x ^ 2 - 1 , it would give 2 , 0, 1.452, 2.406 , BUT only 0 and 2 are good. Why? That's because scratch cannot calculate 2^(1,345) for example. IMPORTANT: Put space between terms!!
IMPORTANT: Put space between terms!! Example: 2 ^ x + 3 ^ x - 4 ^ x + x ^ 2 - 1 (good) x ^ 2 - 4 (good) x^3-900090 (not good) x ^ 3 - 900090 (good) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You can use: +, -, /, *,^, (, and ,). ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Example of ecuations: ( x - 3 ) * ( x - 4 ) x ^ 2 - 7 * x + 12 x ^ 7 - 9 * x ^ 6 + x ^ 3 - 2 etc