Re: [MATH] corrupted char in Javadoc comment

2011-08-15 Thread sebb
On 15 August 2011 09:50, Luc Maisonobe wrote: > Le 14/08/2011 17:29, sebb a écrit : >> >> FastMath.java:1008 says: >> >>      *  for extra precision (i.e. exp(x) = result[0] ° result[1] >> >> The operator symbol is mangled (probably due to conversion between >> encodings). >> >> I'm not sure what

Re: [MATH] corrupted char in Javadoc comment

2011-08-15 Thread Luc Maisonobe
Le 14/08/2011 17:29, sebb a écrit : FastMath.java:1008 says: * for extra precision (i.e. exp(x) = result[0] ° result[1] The operator symbol is mangled (probably due to conversion between encodings). I'm not sure what the operator should be - dot product perhaps? Hi Sebb, It should h

[MATH] corrupted char in Javadoc comment

2011-08-14 Thread sebb
FastMath.java:1008 says: * for extra precision (i.e. exp(x) = result[0] ° result[1] The operator symbol is mangled (probably due to conversion between encodings). I'm not sure what the operator should be - dot product perhaps? To avoid further corruption, ideally the symbol should be rep