https://github.com/rayspock/vector-go
https://github.com/rayspock/vector-go
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rayspock/vector-go
- Owner: rayspock
- Created: 2020-09-19T07:39:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T07:40:15.000Z (over 5 years ago)
- Last Synced: 2025-06-04T22:13:27.810Z (10 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vector Calculation in Golang
A basic implementation that supports core operations
- Dot product
- Cross product
## Test
```sh
$ make test
```