Up

_scienceStatisticFactorial

Get the factorial.

Prototype :

fun [I] S

Return : S a new string number or nil if error

See also :

_scienceStatisticFactorialF

Example :

fun main ()=
	_showconsole;
	_fooS _scienceStatisticFactorial 10;	// "3628800" (10!)
	0;;

Note :