index
:
stem.git
main
My stack based programming language.
Preston Pan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stemlib
/
math.stem
blob: 0444717a98895effa566aa05268f2ea95afff594 (
plain
)
1
2
factorial [ dup 0 <= [ 1 + ] [ dup 1 - factorial * ] if ] def PI 3.1415926 def