A comprehensive mathematical utilities library for the Lux ecosystem.
- 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
go get github.com/luxfi/math
import (
"github.com/luxfi/math/math"
"github.com/luxfi/math/set"
)
See the LICENSE file for licensing terms.