ZeroOctave / ZeroOctave-Javascript-Projects

This Repository Contains 150+ web development Projects.
https://zerooctave.github.io/ZeroOctave-Javascript-Projects/
MIT License
546 stars 457 forks source link

Third Degree Equation Calculator #376

Closed XZANATOL closed 2 years ago

XZANATOL commented 2 years ago

Is your feature request related to a problem? Please describe. I would like to add a responsive calculator that solves equations of third degree (ax^3 + bx^2 + cx + d = 0) and prints out the 3 roots.

Describe the solution you'd like The calculator will be able to deal with complex/imaginary solutions and it will make use of: HTML / CSS / Bootstrap5 / JS

Additional context Issue made under GSSoC'22 contributions

Steps Followed✅

Check the box with [x] If you followed all the steps.

Code of Conduct✅

Manik-Aggarwal commented 2 years ago

Please assign it to me, i m a gssoc 2022 contributor

sreelakshmig009 commented 2 years ago

@XZANATOL Your calculator will solve only polynomial equations right

XZANATOL commented 2 years ago

@sreelakshmig009 Not only polynomials, It should be able to solve other roots and imaginary solutions as mentioned in the issue body.