Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
6
Task/Factorial/PostScript/factorial-2.ps
Normal file
6
Task/Factorial/PostScript/factorial-2.ps
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/fact {
|
||||
1 % initial value for the product
|
||||
1 1 % for's start value and increment
|
||||
4 -1 roll % bring the argument to the top as for's end value
|
||||
{ mul } for
|
||||
} def
|
||||
Loading…
Add table
Add a link
Reference in a new issue