5 lines
93 B
Text
5 lines
93 B
Text
|
|
IterFact := proc( n :: nonnegint )
|
||
|
|
local i;
|
||
|
|
mul( i, i = 2 .. n )
|
||
|
|
end proc:
|