[
https://issues.apache.org/jira/browse/NUMBERS-167?focusedWorklogId=662725&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-662725
]
ASF GitHub Bot logged work on NUMBERS-167:
------------------------------------------
Author: ASF GitHub Bot
Created on: 08/Oct/21 13:35
Start Date: 08/Oct/21 13:35
Worklog Time Spent: 10m
Work Description: coveralls commented on pull request #105:
URL: https://github.com/apache/commons-numbers/pull/105#issuecomment-938648110
[](https://coveralls.io/builds/43370542)
Coverage increased (+0.005%) to 99.662% when pulling
**407fdbd8141341dde96ec386383ee814827408b3 on
aherbert:improvement-NUMBERS-167** into
**31a6970423a6ded43c0839c182372dfefad3bffc on apache:master**.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 662725)
Remaining Estimate: 0h
Time Spent: 10m
> RegularizedGamma.P with precomputed LogGamma value
> --------------------------------------------------
>
> Key: NUMBERS-167
> URL: https://issues.apache.org/jira/browse/NUMBERS-167
> Project: Commons Numbers
> Issue Type: Wish
> Components: gamma
> Reporter: Gilles Sadowski
> Priority: Minor
> Fix For: 1.1
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> We have
> {code:java}
> double v = RegularizedGamma.P.value(a, x);
> {code}
> where method {{value}} internally calls {{LogGamma.value(a)}}.
> There is a use-case for
> {code:java}
> double logGammaA = LogGamma.value(a);
> double v = RegularizedGamma.P.value(a, x, logGammaA);
> {code}
> for when the user varies {{x}} but not {{a}}.
> Method name TBD: Another overload of {{value}} may be confusing (?).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)