A faster IRR #32

Closed
wants to merge 2 commits into
from

Conversation

Projects
None yet
2 participants

dkcm commented Feb 19, 2016

Speed up computation by replacing Math.pow() with multiplication. Essentially refactoring, so existing tests suffice.

dkcm added some commits Feb 19, 2016

@dkcm dkcm A faster IRR
Speed up computation by replacing Math.pow() with multiplication. Essentially refactoring, so existing tests suffice.
44af63f
@dkcm dkcm Merge pull request #1 from dkcm/dkcm-patch-20160220
A faster IRR
a92aa6c

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