Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyboy-roks committed Oct 26, 2023
1 parent 9467f4b commit d3291a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ of them should be obvious by name:
| `sqrt(x)`/`cbrt(x)` | Find the square or cube root of `x` |
| `floor(x)`/`ceil(x)`/`round(x)` | floor/ceil/round `x` |
| `abs(x)` | Find the absolute value of `x` |
| `gcd(a, b, c, ...)` | Find the gcd of `a`, `b`, `c`, ... |

0 comments on commit d3291a4

Please sign in to comment.