This is a modified version of my friends graphing calculator. It includes a few extra features. Factorial is not supported for derivatives. Points where 2 or more functions cross are not graphed. You can find explanations of all of the controls by clicking the question mark button. SUPPORTED OPERATORS: No inputs (constants): x (x): the current x value e (Euler's number): Euler's number (2.71828...) pi (π): the circle constant (3.14159...) Two Inputs: Note: A is the number before the operator, and B is the number after the operator. + (plus): sum of A and B - (minus): difference of A and B * (times): product of A and B / (divided by): quotient of A and B ^ (to the power of): A multiplied by itself B times rt (root of): the Ath root of B % (mod): the remainder of A divided by B log (logarithm of): log base A of B One Input: @ (square): multiply the input by itself sq (square root): take the square root of the input sin (sine): sin of input cos (cosine): cosine of input tan (tangent): tangent of input asin (arcsine): inverse of the sin function acos (arccosine): inverse of the cos function atan (arctangent): inverse of the tan function csc (cosecant): 1 over the sin of input sec (secant): 1 over the cos of input cot (cotangent): 1 over the tan of input acsc (arccosecant): 1 over the sin of 1/input asec (arcsecant): 1 over the cos of 1/input acot (arccotangent): 1 over the tan of 1/input rnd (round): round the input to the nearest whole number flr (floor): round the input down ceil (ceiling): round the input up abs (absolute value): covert negative numbers to positive ln (natural log): log base e of the input ! (factorial): multiply together every positive whole number that is less than or equal to the input
@Hotdawg_Coder - Radians/Degrees button, important points, infix/postfix inputting, press and hold to see value, color not changing for equations, and the derivative calculator. @kfp2 - Making the base project. -------------------------------------------------------------------- This project is groundwork for another project, and could be unshared at any time.