Re: [math] Formatting Infinities and NaN in exception messages

2010-11-25 Thread Phil Steitz
On Thu, Nov 25, 2010 at 6:52 AM, wrote: > On a linux computer in an UTF8 environment and using Java 5, I get the > following messages in English and in French: > > Continued fraction diverged to NaN for value ∞ > Divergence de fraction continue à NaN pour la valeur ∞ > > I don't know if it will b

Re: [math] Formatting Infinities and NaN in exception messages

2010-11-25 Thread luc . maisonobe
On a linux computer in an UTF8 environment and using Java 5, I get the following messages in English and in French: Continued fraction diverged to NaN for value ∞ Divergence de fraction continue à NaN pour la valeur ∞ I don't know if it will be visible through mail, but the last component of bot

[math] Formatting Infinities and NaN in exception messages

2010-11-24 Thread Phil Steitz
Researching MATH-414, I am seeing this stacktrace: org.apache.commons.math.ConvergenceException: Continued fraction diverged to NaN for value ? at org.apache.commons.math.util.ContinuedFraction.evaluate(ContinuedFraction.java:186) The "?" should represent positive infinity (the actual paramet