https://github.com/kul1/cal
Calculator using ruby
https://github.com/kul1/cal
calculator ruby
Last synced: over 1 year ago
JSON representation
Calculator using ruby
- Host: GitHub
- URL: https://github.com/kul1/cal
- Owner: kul1
- Created: 2020-06-11T13:40:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T22:58:14.000Z (about 6 years ago)
- Last Synced: 2025-02-04T14:50:04.000Z (over 1 year ago)
- Topics: calculator, ruby
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cal
Cal is a ruby calculator with easy to use with help in repeated operation eg: +-*/
# Get Start:
- ruby cal.rb [20+5-2]
- ruby cal.rb -h or --h for help
## Note:
Not like other calculator
Cal will display default operator: + or others of previous use for easy operate without key in each input
## For example
- 20 + 50
- Then you want to continue + 70
- just enter 70
# Requirement:
- Ruby 2.0 or later
- However if any problem please try
- Ruby 2.6
# Screenshot:

Prateep Kul: