SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
113 stars 103 forks source link

Created a polynomial root finder. #538

Closed syash7202 closed 10 months ago

syash7202 commented 10 months ago

Issue Id you have worked upon - #148

Briefly explain your program logic -

Created a polynomial root finder. Simply add an expression and it will return an array of roots of the expression. Not only 7 it can solve up to any degree.

Screenshots(Attach 2 screenshots of your own input and output) -

image image


By raising this PR I affirm that -

SarthakKeshari commented 10 months ago

Congratulations 🎉 @syash7202 on your contribution. Thanks for adding value to this repository. 😊

Let's celebrate this fest 😃 by providing more developers 👨‍💻👩‍💻 an opportunity to contribute. Help us make this repository reach far and more by sharing this to your friends and colleagues.

Your efforts can make difference.

SarthakKeshari commented 10 months ago

Hey 👋, may you also encourage us by clicking the star icon on the repository main page. ⭐

image

SarthakKeshari commented 10 months ago

@syash7202, Glad to see you have exceeded the expectation for this issue to handle polynomials with max. degree 7. I am adding admin-appreciation points for the scalability you have provided to this calculator.