[jira] [Commented] (MATH-620) multiplication of infinity

2011-09-26 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114528#comment-13114528 ] Arne Plöse commented on MATH-620: - 1. Math.signum: octave makes a distinction between +0 and

[jira] [Commented] (MATH-620) multiplication of infinity

2011-09-26 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114607#comment-13114607 ] Gilles commented on MATH-620: - bq. Math.signum: octave makes a distinction between +0 and -0,

[jira] [Commented] (MATH-620) multiplication of infinity

2011-09-24 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113944#comment-13113944 ] Gilles commented on MATH-620: - Hi. # I don't really understand the necessity of getSign.

[jira] [Commented] (MATH-620) multiplication of infinity

2011-09-09 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101645#comment-13101645 ] Gilles commented on MATH-620: - It's on the right track, but the test method stops as soon as it

[jira] [Commented] (MATH-620) multiplication of infinity

2011-09-05 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13097103#comment-13097103 ] Arne Plöse commented on MATH-620: - I try to convert some octave *.m files to java, the

[jira] [Commented] (MATH-620) multiplication of infinity

2011-09-05 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13097118#comment-13097118 ] Gilles commented on MATH-620: - It would be helpful that you construct a complete unit test that

[jira] [Commented] (MATH-620) multiplication of infinity

2011-09-05 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13097155#comment-13097155 ] Gilles commented on MATH-620: - Another bug (IMO) in CM: {code} Complex infInf = new

[jira] [Commented] (MATH-620) multiplication of infinity

2011-09-02 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13096432#comment-13096432 ] Gilles commented on MATH-620: - These {quote} Assert.assertEquals(w.getReal(), neginf, 0);

[jira] [Commented] (MATH-620) multiplication of infinity

2011-09-02 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13096444#comment-13096444 ] Gilles commented on MATH-620: - I've create a new ticket for the above: MATH-657 multiplication

[jira] [Commented] (MATH-620) multiplication of infinity

2011-08-10 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13082219#comment-13082219 ] Arne Plöse commented on MATH-620: - evaluate this testcase: {code} @Test public void

[jira] [Commented] (MATH-620) multiplication of infinity

2011-07-14 Thread JIRA
[ https://issues.apache.org/jira/browse/MATH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13065132#comment-13065132 ] Arne Plöse commented on MATH-620: - This goes also wrong: {code}