aboutsummaryrefslogtreecommitdiff
path: root/stemlib/math.stem
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-20 18:05:18 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-20 18:05:18 -0800
commite4ccee85e607c149ae1d14d66b344ae27c4c6528 (patch)
treedb73dbb3fc5d27828fb7527ea8e3a876542ec7f9 /stemlib/math.stem
parent14014d789d36a609d3819a79444696cb435c817c (diff)
remove stemlib
Diffstat (limited to 'stemlib/math.stem')
-rw-r--r--stemlib/math.stem2
1 files changed, 0 insertions, 2 deletions
diff --git a/stemlib/math.stem b/stemlib/math.stem
deleted file mode 100644
index 0444717..0000000
--- a/stemlib/math.stem
+++ /dev/null
@@ -1,2 +0,0 @@
-factorial [ dup 0 <= [ 1 + ] [ dup 1 - factorial * ] if ] def
-PI 3.1415926 def