Google

Go to the first, previous, next, last section, table of contents.


fac

fac(i)
:: The factorial of i.
return
integer
i
integer
  • The factorial of i.
  • Returns 0 if the argument i is negative.
[0] fac(50);
30414093201713378043612608166064768844377641568960512000000000000


Go to the first, previous, next, last section, table of contents.