https://github.com/jbytecode/statsbase
Basic statistics functions for V language
https://github.com/jbytecode/statsbase
Last synced: 6 months ago
JSON representation
Basic statistics functions for V language
- Host: GitHub
- URL: https://github.com/jbytecode/statsbase
- Owner: jbytecode
- License: mit
- Created: 2022-08-25T17:19:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T20:51:07.000Z (over 1 year ago)
- Last Synced: 2025-06-04T21:46:27.324Z (8 months ago)
- Language: V
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# statsbase
Basic statistics functions for V language
# Test
```V
make test
```
# Build
```V
make build
```