Hello.

In "MathUtils", the documentation of method "factorialDouble" says that it
will return INFINITY when the result is larger than MAX_VALUE. It also says
that this will happen when n > 170.  So, I think that it should be more
appropriate to throw an "ArithmeticException" (as is done in the method
"factorial" when n > 20).


Gilles

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

Reply via email to