diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-20 18:05:18 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-20 18:05:18 -0800 |
commit | e4ccee85e607c149ae1d14d66b344ae27c4c6528 (patch) | |
tree | db73dbb3fc5d27828fb7527ea8e3a876542ec7f9 /stemlib/math.stem | |
parent | 14014d789d36a609d3819a79444696cb435c817c (diff) |
remove stemlib
Diffstat (limited to 'stemlib/math.stem')
-rw-r--r-- | stemlib/math.stem | 2 |
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 |