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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to