You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles Sadowski (Jira)" <ji...@apache.org> on 2019/10/03 23:00:10 UTC

[jira] [Resolved] (NUMBERS-124) "BigFraction(double,double,int,int)" is unnecessary

     [ https://issues.apache.org/jira/browse/NUMBERS-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles Sadowski resolved NUMBERS-124.
-------------------------------------
    Resolution: Done

commit efc9ec3705ece9a295744dfd2be927b211768d67

> "BigFraction(double,double,int,int)" is unnecessary
> ---------------------------------------------------
>
>                 Key: NUMBERS-124
>                 URL: https://issues.apache.org/jira/browse/NUMBERS-124
>             Project: Commons Numbers
>          Issue Type: Improvement
>            Reporter: Gilles Sadowski
>            Assignee: Gilles Sadowski
>            Priority: Trivial
>             Fix For: 1.0
>
>
> Code in that constructor should be moved to a conversion method:
> {code}
> private static BigFraction from(double v, double eps, int mexDenom, int maxIter)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)