Skip to content
/ calc Public

A simple command line calculator with a custom parser.

License

Notifications You must be signed in to change notification settings

harrybrwn/calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calc

A simple command line calculator with a custom parser.

Example

>>> 3 * 2
6
>>> 24 mod 13
11
>>> 32% of 100
32
>>> 64% of (90 / 3.7)
15.567567567567567
>>> quit

Or run it from the shell...

$ calc '13% of 55'
7.15

About

A simple command line calculator with a custom parser.

Resources

License

Stars

Watchers

Forks

Packages

No packages published