HenryWilder / amitygxmod-calculator

A browser extension designed for Opera GX, made for helping with algebra
1 stars 0 forks source link

Quadratic result should communicate that x is being solved for #12

Closed HenryWilder closed 11 months ago

HenryWilder commented 11 months ago

The quadratic placeholder currently shows $$\large Ax^2+Bx+C=?$$ This is misleading. The right side of the equals sign should be 0. The functionality is to show what $x$ is.

It should instead show: $$\large Ax^2+Bx+C=0; x=?$$

Or, if possible: $$\large \frac{-B\pm\sqrt{B^2-4AC}}{2A}=?$$

HenryWilder commented 11 months ago

Changing it to this in db7dc84 for now.

$$\large Ax^2+Bx+C=0; x=?$$

Look into making it this when #11 is figured out.

$$\large \frac{-B\pm\sqrt{B^2-4AC}}{2A}=?$$

HenryWilder commented 11 months ago

Current status: image