Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiwarishubham635/go-calculator
https://github.com/tiwarishubham635/go-calculator
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiwarishubham635/go-calculator
- Owner: tiwarishubham635
- License: mit
- Created: 2024-03-18T17:23:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-04T15:54:15.000Z (4 months ago)
- Last Synced: 2024-12-10T20:44:19.700Z (about 2 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-calculator
## Unstable version (v0):
- Supports Add, Subtract, Multiply, Divide
## Stable version (v1):
- Supports Integer (with quotient and remainder) and Float Division as well (breaks earlier division)
## First Breaking Change version (v2):
- Supports advanced maths operation
- Functions like GCD, LCM, Area of Circle, Factorial supported
- Trigonometric functions supported
- Basic math operations extended for multiple number types (breaks previous functions)