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

Direct Equation Calculator Function #71

Closed
aniketdhole07 opened this issue Oct 3, 2020 · 1 comment
Closed

Direct Equation Calculator Function #71

aniketdhole07 opened this issue Oct 3, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@aniketdhole07
Copy link
Contributor

Todo

  • Create a file for the Direct Equation Calculator calculator function

  • The function takes input any mathematical equation as string and takes values of variables and outputs the result of equation

  • The number of variables can be any

Example

(4*x)^2 + 9*(y^9) - 2*z +3*sin(w)      ->(string)
x=2 y=1 z=4 w=90                            ->float

Result =68

Important

  • Guidelines for adding new functions are clearly mentioned in the contributing guidelines.

  • Screenshots of the output needs to be added along with the PRs for quicker merges.

  • If any queries, discuss it in the issue thread.

@aniketdhole07 aniketdhole07 added the enhancement New feature or request label Oct 3, 2020
@aniketdhole07
Copy link
Contributor Author

I would like to work on this function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants