Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Add modulo operator to README
Browse files Browse the repository at this point in the history
Following merge of #5
  • Loading branch information
alfredxing committed Feb 17, 2015
1 parent 443d298 commit 3d39065
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 @@ -38,7 +38,7 @@ bash$
calc supports all the standard stuff, and I'm definitely adding more later (also feel free to fork and add your own!)

##### Operators
`+`, `-`, `*`, `/`, `^`
`+`, `-`, `*`, `/`, `^`, `%`

##### Functions
`sin`, `cos`, `tan`, `asin`, `acos`, `atan`, `sqrt`, `log`, `lg`, `ln`, `abs`
Expand Down

0 comments on commit 3d39065

Please sign in to comment.