Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.
/ calc Public archive

🧮 C-based cli app to calculate any math expressions. Supports all trigonometric functions, logarithm, etc...

License

Notifications You must be signed in to change notification settings

tiulpin/calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-calc

> (2 + 2) * 2
(2 + 2) * 2 == 8

> 2 + 2 * 2
2 + 2 * 2 == 6

> sin(0)
sin(0) == 0

About

🧮 C-based cli app to calculate any math expressions. Supports all trigonometric functions, logarithm, etc...

Topics

Resources

License

Stars

Watchers

Forks