mirror of
https://github.com/luxfi/math.git
synced 2026-07-27 03:38:49 +00:00
9cf2d96eec618f11af97167826d45a10c65d51d7
- Remove local replace directive for luxfi/utils - Use published github.com/luxfi/utils v1.0.0 - Update github.com/luxfi/geth: v1.16.34 -> v1.16.43 - Update github.com/luxfi/ids: v1.0.2 -> v1.1.4 - Update github.com/luxfi/crypto: v1.2.9 -> v1.17.15 - Update Go version to 1.25.5 - All tests pass
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%