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

Added squared and cubed functionality #11

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chadcwilliams
Copy link

Description

I added functionality to separate squared and cubed functions from power in general, BUT I am thinking that this is more of a hack than a proper solution, so we might want to reject this PR. I just wanted to show you in case it might be a good idea.

The caveat with my approach is that I made squared and cubed functions rather than operators because they only take one input. Maybe that's fine, maybe not? On my side of things it worked as intended, but you side of things is quite different so it might be a problem.

#2

Type of change

  • feat: A new feature

Features (Optional)

  • Added squared and cubed functionality.

Remarks (Optional)

  • I am thinking that this is more of a hack than a proper solution, so we might want to reject this PR. I just wanted to show you in case it might be a good idea.

@chadcwilliams chadcwilliams linked an issue Sep 8, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Further parsing is needed for power functions
1 participant