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

Implementing Powers #127

Merged
merged 3 commits into from
Mar 31, 2024
Merged

Conversation

Jsoto22
Copy link
Collaborator

@Jsoto22 Jsoto22 commented Mar 28, 2024

Branch dedicated to issue #12

For now, this only allows for Integer Exponents.

Todo:

  • Add nth-roots
  • Add fractional exponentiation
  • Add Complex number exceptions

Jsoto22 added 3 commits March 28, 2024 04:28
- Allows for any size Integer to be used as an exponent
Adds 'Euclidean division' Modulus operation and simplifies Modulus Remainder sign logic. Unit tests added.
@royNiladri royNiladri changed the base branch from master to Rel/2024-03-p1 March 31, 2024 17:39
@royNiladri royNiladri merged commit 2f32e0a into royNiladri:Rel/2024-03-p1 Mar 31, 2024
4 checks passed
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.

2 participants