Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/somebadcode/go-mathx
Extra maths functions for Go
https://github.com/somebadcode/go-mathx
go golang math mathematics maths
Last synced: about 1 month ago
JSON representation
Extra maths functions for Go
- Host: GitHub
- URL: https://github.com/somebadcode/go-mathx
- Owner: somebadcode
- License: unlicense
- Created: 2021-04-04T12:54:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T14:00:59.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T05:44:18.165Z (7 months ago)
- Topics: go, golang, math, mathematics, maths
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Extra maths functions for Go
This package provides extra math functions that are often needed but are not implementation specific. The intention is to reduce code duplication and be bundled with unit tests without having to be duplicated in multiple projects.