Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
A faster IRR #32
+11
−6
Conversation
dkcm
commented
Mar 2, 2016
|
@Gagravarr Please could you take a look at this pull request? |
asfgit
closed this
in b6f78f8
May 16, 2017
onealj
commented
May 16, 2017
|
Thanks for the pull request! Sorry for wait. This will be included in POI 3.17 beta 1. r1795266 https://svn.apache.org/viewvc?view=revision&revision=1795266 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dkcm commentedFeb 19, 2016
Speed up computation by replacing Math.pow() with multiplication. Essentially refactoring, so existing tests suffice.