-
Notifications
You must be signed in to change notification settings - Fork 401
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
Comments
Hey @debangi29, Welcome to the project CalcDiverse! 🎊 |
Please check this and assign me the issue @Rakesh9100 |
Go ahead @debangi29 |
@Rakesh9100 , Is it fine if I use the API key of WolframAlpha to calculate the inverse of functions or should I implement the basic functions? |
You can proceed with the API key if it don't have any request limit @debangi29 |
Okay!! Thanks :). I have added the calculator |
I have done the required changes. Thank you |
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
Code of Conduct
The text was updated successfully, but these errors were encountered: