The FAC function calculates the factorial of the number.
FAC(number) => number
Important
GC Wizard calculates for natural numbers in the range -2^53 … 2^53. 2^53.
If the maximum size is exceeded, there is no error, instead there is an overflow into the negative range!