Enter in your equation, and the cat will tell you your answer. Characters: *****Do not use (Scripting Problems)***** Parentheses: Front = (, [, { End = }, ], ) *********************************************** Functions: Factorial = !# Prime Number = p# Absolute Value = a# Sine = s# Cosine = cs# Tangent = t# Round = ~# Floor = f# Ceiling = c# (cs# = Cosine(#), c(s#) = Ceiling of Sine(#)) Exponents: Power = base ^ power Root = base ^ (1/root) (0^0 = 0) Multiplication: = x, X, * Division: = /, \ Addition: = + Subtraction: = -
I thank my calculator for inspiration and The Math Forum (http://mathforum.org/library/drmath/view/57493.html ) for info on functions. Please help by commenting any errors that it has. I plan to include a Graphing Calculator.