Skip to content

Commit 9350f18

Browse files
authored
Update README.md
i smell a choco chip cookie from subway
1 parent 9f910f9 commit 9350f18

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ If you want, the releases can also let you run them in executable form. (soon)
7676

7777
`rand` - Random number between param 1 and 2, including endpoints.
7878

79+
`pow` - Exponentiate something.
80+
81+
`abs` - Find the absolute value. (Make it positive)
82+
83+
`min` - Find the minimum value between 2 numbers.
84+
85+
`max` - Find the maximum value between 2 numbers.
86+
7987
### Syntax
8088

8189
Syntax is like this:

0 commit comments

Comments
 (0)