Skip to content

Commit 09876db

Browse files
authored
add log alias for unexp (#812)
1 parent dcf279d commit 09876db

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ This version is not yet released. If you are reading this on the website, then t
5555
- Implement filled adjacent [`stencil ⧈`](https://uiua.org/docs/stencil)
5656
- Remove `rkok` alias and change `kork` to format to `▽₂`
5757
- Add `each` alias for `≡₀`
58+
- Add `log` alias for [`un °`](https://uiua.org/docs/un)[`exponential ₑ`](https://uiua.org/docs/exponential)
5859
- Add `set` alias for [`un °`](https://uiua.org/docs/un)[`by ⊸`](https://uiua.org/docs/by)
5960
- Improve "Array would be too large" error messages
6061
- Change short form of the `--experimental` flag for `uiua eval` to use `-x` instead of `-e`

parser/src/split.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ impl Primitive {
208208
alias!((s, Un), (et, By)),
209209
alias!((wr, Sub), (en, By), (ch, Not)),
210210
alias!((sel, Select), (first, First)),
211+
alias!((l, Un), (og, Exp)),
211212
(
212213
"kork",
213214
&[

0 commit comments

Comments
 (0)