The red line represents Sine (vertical offset),
the blue line is Cosine (horizontal offset).
Observe how they fluctuate as you change the angle!
0
History
Infix Input
Postfix (RPN) Stack
0
How it works
This parser uses the Shunting-yard algorithm to convert Infix notation to Postfix (RPN).
The stack-based evaluator then processes the Postfix expression following strict PEMDAS rules.
a:1b:0c:0
Linear: ax + b = c
x +=
Quadratic: ax² + bx + c = 0
Enter coefficients
Decimal (Base 10)
Binary (Base 2)
Hexadecimal (Base 16)
Octal (Base 8)
Place Value Logic
Enter a number to see its expanded mathematical form.