mirror of
https://github.com/luxfi/math.git
synced 2026-07-27 03:38:49 +00:00
8e13df0a8b2a4137585d7435b97d08e6c299c33b
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%