Skip to content

Added new Algorithms to compute power for Huge Number #145

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

Merged
merged 2 commits into from
Feb 13, 2019

Conversation

keshav-space
Copy link

Added new Algorithms to compute power for such numbers whose answer is too big(For instance 1 followed by thousand zeroes).

Using old multiplicatiion method will render invalid result for such
huge numbers(To be presise one would get 0 in case of C++14).

Space and others added 2 commits October 21, 2018 22:55
…s too big(For instance 1 followed by thousand zeroes).

Using old multiplicatiion method will render invalid result for such
huge numbers(To be presise one would get 0 in case of C++14).
@ashwek ashwek merged commit 00437ca into TheAlgorithms:master Feb 13, 2019
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