IMPORTANT NOTE: sqrt is typed sqr due to my laziness. Operations are processed according to the Order of Operations (PEMDAS).
Thanks to @billyedward for exponent scripts Things That Work: (XD) - addition (+) - subtraction (-) - multiplication, but not notated like 3x (*) - division (/) - exponentiation (^) - sine (sin) - cosine (cos) - tangent (tan) - natural logarithms (log) - square roots (sqr) - parentheses, however you can only use one level of them, e.g. 5*(8+4)/(2-1), not 2.5*(5/(2-3))