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

https://github.com/rayspock/vector-go


https://github.com/rayspock/vector-go

Last synced: 8 months ago
JSON representation

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
```