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 Polynomial Differential Calculator #547

Closed IshaanShettigar closed 10 months ago

IshaanShettigar commented 10 months ago

Issue Id you have worked upon -

98

Briefly explain your program logic -

Setup the input and error state. Everytime the user enters something I use useEffect to check and display an error if needed. Using the mathjs library, I am executing the differentiation operation. The output of the math.derivate is a sort of binary tree. So I use postorder traversal to get the output to the desired string format and display the solution on the screen.

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 🎉 @IshaanShettigar 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