[jira] [Commented] (MATH-1269) FastMath.exp may return NaN for non-NaN arguments

2015-09-10 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14738393#comment-14738393 ] Sebb commented on MATH-1269: Thanks. However I'm not sure it is necessary to check intVal at all - why not

[jira] [Resolved] (MATH-1272) FastMath.pow(double, long) enters an infinite loop with Long.MIN_VALUE

2015-09-10 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1272. - Resolution: Fixed Fix Version/s: 3.6 Fixed in git repository (commit d93c95d for master

[jira] [Commented] (MATH-1271) Unsigned operations

2015-09-10 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14738338#comment-14738338 ] Luc Maisonobe commented on MATH-1271: - Including code from "Hacker's Delight" is OK as per this page:

[jira] [Commented] (MATH-1269) FastMath.exp may return NaN for non-NaN arguments

2015-09-10 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14738475#comment-14738475 ] Sebb commented on MATH-1269: One should be able to use {{if (x > Math.log(Double.MAX_VALUE))}} (Of course the

[jira] [Updated] (MATH-1269) FastMath.exp may return NaN for non-NaN arguments

2015-09-10 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated MATH-1269: --- Attachment: MATH-1269.patch Suggested fix - there was already a private constant with the correct value in the

[jira] [Updated] (IO-402) [IO] copyFileToDirectory - Over-Write File

2015-09-10 Thread Kristian Rosenvold (JIRA)
[ https://issues.apache.org/jira/browse/IO-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Rosenvold updated IO-402: -- Fix Version/s: (was: 2.5) > [IO] copyFileToDirectory - Over-Write File >

[jira] [Comment Edited] (MATH-1238) NoBracketingException send with valid brackets

2015-09-10 Thread Axion004 (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14739284#comment-14739284 ] Axion004 edited comment on MATH-1238 at 9/10/15 6:22 PM: - I have the same issue

[jira] [Commented] (CONFIGURATION-610) Improve Configuration Variable Documentation

2015-09-10 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14739240#comment-14739240 ] Oliver Heger commented on CONFIGURATION-610: The documentation can certainly be

[jira] [Comment Edited] (MATH-1238) NoBracketingException send with valid brackets

2015-09-10 Thread Axion004 (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14739284#comment-14739284 ] Axion004 edited comment on MATH-1238 at 9/10/15 6:22 PM: - I have the same issue

[jira] [Commented] (MATH-1238) NoBracketingException send with valid brackets

2015-09-10 Thread Axion004 (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14739284#comment-14739284 ] Axion004 commented on MATH-1238: I have the same issue through the following test program import

[jira] [Commented] (MATH-1238) NoBracketingException send with valid brackets

2015-09-10 Thread Axion004 (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14740008#comment-14740008 ] Axion004 commented on MATH-1238: Correct, I did not see my mistake. I will need to review the documentation

[jira] [Created] (BCEL-263) LATER: change clone() methods to return the appropriate type

2015-09-10 Thread Sebb (JIRA)
Sebb created BCEL-263: - Summary: LATER: change clone() methods to return the appropriate type Key: BCEL-263 URL: https://issues.apache.org/jira/browse/BCEL-263 Project: Commons BCEL Issue Type:

[jira] [Commented] (MATH-1238) NoBracketingException send with valid brackets

2015-09-10 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14739943#comment-14739943 ] Gilles commented on MATH-1238: -- bq. I have the same issue I don't think so. Your "NoBracketingException"

[jira] [Commented] (MATH-1269) FastMath.exp may return NaN for non-NaN arguments

2015-09-10 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14739394#comment-14739394 ] Sebb commented on MATH-1269: Note: I had a quick look at expm1() and that seems to naturally return infinity

[jira] [Commented] (MATH-1269) FastMath.exp may return NaN for non-NaN arguments

2015-09-10 Thread Otmar Ertl (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14739384#comment-14739384 ] Otmar Ertl commented on MATH-1269: -- +1 for 2nd patch, I have run the test over the range (MAX_LONG -

[jira] [Commented] (MATH-1246) Kolmogorov-Smirnov 2-sample test does not correctly handle ties

2015-09-10 Thread Otmar Ertl (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14739536#comment-14739536 ] Otmar Ertl commented on MATH-1246: -- The Monte Carlo approach can be modified by simultaneously sampling D.

[jira] [Created] (MATH-1272) FastMath.pow(double, long) enters an infinite loop with Long.MIN_VALUE

2015-09-10 Thread Qualtagh (JIRA)
Qualtagh created MATH-1272: -- Summary: FastMath.pow(double, long) enters an infinite loop with Long.MIN_VALUE Key: MATH-1272 URL: https://issues.apache.org/jira/browse/MATH-1272 Project: Commons Math

[jira] [Updated] (MATH-1272) FastMath.pow(double, long) enters an infinite loop with Long.MIN_VALUE

2015-09-10 Thread Qualtagh (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qualtagh updated MATH-1272: --- Attachment: MATH-1272.patch > FastMath.pow(double, long) enters an infinite loop with Long.MIN_VALUE >