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

Add ipow() method and a test in t/ops.t #165

Merged
merged 1 commit into from Oct 6, 2015
Merged

Conversation

devel-chm
Copy link
Member

ipow() calculates the integer exponentiation of a value
by successive multiplications. This allows one to avoid
loss of significance in integer exponents. pow() converts
the value to double and will always have <52 precision.

ipow() calculates the integer exponentiation of a value
by successive multiplications.  This allows one to avoid
loss of significance in integer exponents.  pow() converts
the value to double and will always have <52 precision.
@wchristian wchristian merged commit 7e2a426 into master Oct 6, 2015
@wchristian wchristian deleted the sf395-add-ipow branch October 6, 2015 17:30
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.

None yet

2 participants