Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eltony81 committed May 23, 2023
1 parent 079797e commit d5e8dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ expression = "(14.2 + 14.2) * 4 / 2 * 10.5 ^ (2 / 0.5) + sin(2^1+cos(2+7.9-6))"
result = EEEval::CalcFuncParser.evaluate(expression)
puts result
```
Note: the current implementation does support log exp sin cos sqrt tan atan asin acos exp2 log10 log2 functions
Note: the current implementation does support ``` log exp sin cos sqrt tan atan asin acos exp2 log10 log2 ``` functions



Expand Down

0 comments on commit d5e8dd7

Please sign in to comment.