I present to you my latest entry in the EVAS series: an advanced graphing calculator! Simply enter an expression using the supported operators (e.g. x^2+2x-10) and the calculator will graph it. 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 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
This calculator is heavily inspired by Desmos graphing calculator (https://www.desmos.com/calculator). Special thanks to @Hotdawg_Coder for helping me test the calculator and fix bugs!