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 replaced by
the appropriate HTML entity, or failing that, the numeric entity.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to