[ 
https://issues.apache.org/jira/browse/MATH-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337607#comment-16337607
 ] 

Gilles commented on MATH-1442:
------------------------------

Thanks for the improvements.

Could you please add Javadoc to all fields and methods?  Thanks.


> PolyhedronsSet.getSize() is incorrect for full space
> ----------------------------------------------------
>
>                 Key: MATH-1442
>                 URL: https://issues.apache.org/jira/browse/MATH-1442
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 4.0, 3.5, 3.6
>            Reporter: Matt Juntunen
>            Priority: Major
>             Fix For: 4.0
>
>
> The getSize() method in PolyhedronsSet returns 0 for instances representing 
> the full space. It should return Double.POSITIVE_INFINITY.
> {{Ex:}}
> {{PolyhedronsSet poly = new PolyhedronsSet(1e-10);}}
> {{poly.isFull(); // returns true}}
> {{poly.getSize(); // returns 0.0}}
>  
> Pull request: https://github.com/apache/commons-math/pull/75



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to