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