mirror of
https://github.com/luxfi/math.git
synced 2026-07-27 03:38:49 +00:00
f271a0362b78589fe6e4d0bc5e1e3ee0eeaa9d53
Lux Math Library
A comprehensive mathematical utilities library for the Lux ecosystem.
Features
- Math utilities: Safe math operations, averagers, and meters
- Set operations: Efficient set implementations including bit sets
- Numerical computing: Integration with gonum for advanced mathematical operations
Installation
go get github.com/luxfi/math
Usage
import (
"github.com/luxfi/math/math"
"github.com/luxfi/math/set"
)
License
See the LICENSE file for licensing terms.
Languages
Go
100%