Zach Kelling 9cf2d96eec Remove local replace, update to latest luxfi versions
- 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
2025-12-11 05:44:25 +00:00
2025-12-04 08:38:47 -08:00
2025-08-18 13:18:19 -05:00
2025-08-18 13:18:19 -05:00

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.

S
Description
Mathematical utilities library for the Lux ecosystem
Readme BSD-3-Clause
1.8 MiB
Languages
Go 100%