From 8ca1ed3f80af297c6003e8e49a22f654fe102ee5 Mon Sep 17 00:00:00 2001 From: Hosein Khansari Date: Fri, 2 Apr 2021 17:50:28 +0430 Subject: [PATCH] Add logarithmic functions to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e03ae7e..de6bd8a 100644 --- a/README.md +++ b/README.md @@ -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!