aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index b1c7371..ebe2160 100644
--- a/readme.md
+++ b/readme.md
@@ -125,6 +125,15 @@ log(100) # yes
1256 1256
126``` 126```
127 127
128 - use previous answer with `_`
129```
130> sin(pi)
1310.0548036650
132> _^2
1330.0030034417
134>
135```
136
128- super neat error handling 137- super neat error handling
129``` 138```
130> 1 + ln(-1) 139> 1 + ln(-1)