Matt Juntunen created MATH-1442:
-----------------------------------

             Summary: 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: 3.6, 3.5, 4.0
            Reporter: Matt Juntunen
             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}}



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

Reply via email to