Skip to content

Commit

Permalink
Add logarithmic functions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
heokhe committed Apr 2, 2021
1 parent f25a3b0 commit 8ca1ed3
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 @@ -9,6 +9,7 @@ It supports +, -, *, / and ^ operators, parenthesis, and functions such as:
- sqrt, cbrt
- **Factorial**: x! (or fact(x))
- abs
- log (base 10), ln

> Functions are written in the form of `f(x)`, `fx` syntax is not supported yet!
Expand Down

0 comments on commit 8ca1ed3

Please sign in to comment.