I made a function called "factorial" (And i guess you know its purpose by its name)
after entering num1=456 and num2=456 it gave me the
"java.lang.ArithmeticException: / by zero" error
i have no idea why, because no factorial is zero (unless im using the gama function or something, but im not)
Can you help me please?