Google

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


fac

fac(i)
:: i の階乗.
return
整数
i
整数
  • i の階乗を計算する.
  • i が負の場合は 0 を返す.
[0] fac(50);
30414093201713378043612608166064768844377641568960512000000000000


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