Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
malikzh authored Jul 2, 2019
1 parent 314d34c commit 4c90a8c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ An expression calculator for JavaScript
## Features

- Basic math operators:
- `+` - addition
- `-` - subtraction
- `*` - multltiplication
- `/` - divide
- `^` - power (right associative)
- `+` - Addition
- `-` - Subtraction
- `*` - Multltiplication
- `/` - Division
- `^` - Power (right associative)
- `%` - Modulo division
- Brackets support
- Operators precedence support
- Custom functions support
Expand Down

0 comments on commit 4c90a8c

Please sign in to comment.