https://github.com/softchris/math
go library for math ops
https://github.com/softchris/math
Last synced: over 1 year ago
JSON representation
go library for math ops
- Host: GitHub
- URL: https://github.com/softchris/math
- Owner: softchris
- License: mit
- Created: 2021-07-16T15:48:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T16:23:31.000Z (about 5 years ago)
- Last Synced: 2025-02-08T13:14:31.042Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# math
go library for math ops
## operations
- `Add(int, int) int`
- `Subtract(int, int) int`