diff options
-rw-r--r-- | readme.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -125,6 +125,15 @@ log(100) # yes | |||
125 | 6 | 125 | 6 |
126 | ``` | 126 | ``` |
127 | 127 | ||
128 | - use previous answer with `_` | ||
129 | ``` | ||
130 | > sin(pi) | ||
131 | 0.0548036650 | ||
132 | > _^2 | ||
133 | 0.0030034417 | ||
134 | > | ||
135 | ``` | ||
136 | |||
128 | - super neat error handling | 137 | - super neat error handling |
129 | ``` | 138 | ``` |
130 | > 1 + ln(-1) | 139 | > 1 + ln(-1) |