https://github.com/noracodes/barygo
A program to find the barycenter of a set of bodies, written in Go
https://github.com/noracodes/barygo
Last synced: over 1 year ago
JSON representation
A program to find the barycenter of a set of bodies, written in Go
- Host: GitHub
- URL: https://github.com/noracodes/barygo
- Owner: NoraCodes
- Created: 2017-04-25T17:49:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T17:52:13.000Z (over 9 years ago)
- Last Synced: 2025-02-05T01:25:06.254Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BaryGo
BaryGo is an implementation of my barycenter finder in Golang. See also implementations in [Python](https://github.com/SilverWingedSeraph/barypy),
[Rust](https://github.com/SilverWingedSeraph/baryrust).