aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/README.md b/README.md
index f88e5e3..f589116 100644
--- a/README.md
+++ b/README.md
@@ -34,17 +34,22 @@ echo $executor->execute('1 + 2 * (2 - (4+10))^2 + sin(10)');
## Functions:
Default functions:
* abs
-* acos
+* acos (arccos)
* acosh
-* asin
-* atan (atn)
+* arcctg (arccot, arccotan)
+* arcsec
+* arccsc (arccosec)
+* asin (arcsin)
+* atan (atn, arctan, arctg)
* atan2
* atanh
* avg
* bindec
* ceil
* cos
+* cosec (csc)
* cosh
+* ctg (cot, cotan, cotg, ctn)
* decbin
* dechex
* decoct
@@ -57,8 +62,8 @@ Default functions:
* hypot
* if
* intdiv
-* log
-* log10
+* log (ln)
+* log10 (lg)
* log1p
* max
* min
@@ -67,10 +72,11 @@ Default functions:
* pow
* rad2deg
* round
+* sec
* sin
* sinh
* sqrt
-* tan (tn)
+* tan (tn, tg)
* tanh
Add custom function to executor: