Solve quadratic by completing the square?

Issue #123 resolved
zhoukang created an issue

since i want print the trace for solving eqauations,maybe we can solve by completing the square? by the way , any suggestion for showing step-by-step solution to user?

Comments (3)

  1. Axel Kramer repo owner

    the following isn't perfect at the moment.

    But in commit f8bcc40 I scetched the idea of using a new IEvalStepListener#rootsOfQuadraticPolynomial() method to evaluate and log this "special evaluation step".

    If you can generalize this idea for your purposes I'm interested in implementing it back into the project.

    See example:IStepListener

  2. Log in to comment