                             ________
    ____       ____           /   /
   |    \     |    \         /   /
   |     \    |    /        /   /
   |      |   |___/        /   /
   |     /    |\      -----------
   |    /     | \        /   /
   |___/      |  \      /   /
                       /   /
                      /   /
                     /   /
                    /   /
                   /   /
                  /   /
                  \  /
                  /\/
                 / /
                / /
               / /
               o/


                         WOO HOO!!!!!
  I just got my first ever formula done and boy is it a good one!!!

Here is the Quadratic formula to use in your calculators.
Now i dont have those fancy shmancy wires and such so you have to just type it in.

*****NOTE******
there is no square root symbol so the ] (bracket) will be it.
ALSO** --> is the [sto>] button


here goes...

NAME=Quad 

:Input "A=",A
:Input "B=",B
:Input "C=",C
:B^2-4AC-->D
:(-B+]D)/(2A)-->E
:(-B-]D)/(2A)-->F
:Disp "X=",E
:Disp "X=",F
Stop

Thats All Folks