https://github.com/jbytecode/statsbase
Basic statistics functions for V language
https://github.com/jbytecode/statsbase
Last synced: 2 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T20:51:07.000Z (9 months ago)
- Last Synced: 2025-01-29T05:34:10.918Z (4 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
```