Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add Inverse Function Calculator #867

Closed
4 of 7 tasks
debangi29 opened this issue May 25, 2024 · 8 comments · Fixed by #1071
Closed
4 of 7 tasks

[Feature] Add Inverse Function Calculator #867

debangi29 opened this issue May 25, 2024 · 8 comments · Fixed by #1071
Assignees
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request gssoc GSSOC Open Source Program level3 Advanced task

Comments

@debangi29
Copy link
Contributor

Description

Given a function calculate its inverse. Given f(x); find f^(-1)(x)
For example,
f(x)=8x-7
then f^(-1) x= (x+7)/8

Screenshots

Not applicable

Checklist

  • I have checked the existing issues.
  • I follow Contributing Guidelines of this project.
  • I am a GSSOC'24 contributor.
  • I am a IWOC'24 contributor.
  • I am a JWOC'24 contributor.
  • I am a SWOC'24 contributor.

Code of Conduct

Copy link

Hey @debangi29, Welcome to the project CalcDiverse! 🎊
Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

@debangi29
Copy link
Contributor Author

debangi29 commented May 25, 2024

Please check this and assign me the issue @Rakesh9100

@Rakesh9100
Copy link
Owner

Go ahead @debangi29

@Rakesh9100 Rakesh9100 added the gssoc GSSOC Open Source Program label May 31, 2024
@Rakesh9100 Rakesh9100 changed the title [Feature] Adding a inverse of a function calculator [Feature] Add Inverse Function Calculator May 31, 2024
@debangi29
Copy link
Contributor Author

@Rakesh9100 ,
Calculating the inverse function of all basic functions manually is not possible
Since many of them don't have an inverse.
Only basic Function can be implemented in that way

Is it fine if I use the API key of WolframAlpha to calculate the inverse of functions or should I implement the basic functions?

@debangi29
Copy link
Contributor Author

image

If I use API, We can get a detailed output like this of all types of functions

@Rakesh9100
Copy link
Owner

You can proceed with the API key if it don't have any request limit @debangi29

@debangi29
Copy link
Contributor Author

Okay!! Thanks :). I have added the calculator

@debangi29
Copy link
Contributor Author

I have done the required changes. Thank you

@Rakesh9100 Rakesh9100 added enhancement ✨ New feature or request calculator addition 📱 Addition of new calculator level3 Advanced task labels Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request gssoc GSSOC Open Source Program level3 Advanced task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants