Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tiwarishubham635/go-calculator


https://github.com/tiwarishubham635/go-calculator

Last synced: 11 days ago
JSON representation

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)