[ 
https://issues.apache.org/jira/browse/NUMBERS-167?focusedWorklogId=663177&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-663177
 ]

ASF GitHub Bot logged work on NUMBERS-167:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Oct/21 13:38
            Start Date: 09/Oct/21 13:38
    Worklog Time Spent: 10m 
      Work Description: coveralls edited a comment on pull request #105:
URL: https://github.com/apache/commons-numbers/pull/105#issuecomment-938648110


   
   [![Coverage 
Status](https://coveralls.io/builds/43387352/badge)](https://coveralls.io/builds/43387352)
   
   Coverage increased (+0.005%) to 99.662% when pulling 
**f0968b46530f1254574d1fea5cf0269d0cbe2b7d on 
aherbert:improvement-NUMBERS-167** into 
**123740a1f7bc9fd3553388cb7b24455bd8f8a663 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: 663177)
    Time Spent: 20m  (was: 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: 20m
>  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)

Reply via email to