2025-10-30 12:33:06 -07:00
2025-08-18 13:18:19 -05:00
2025-08-18 13:18:19 -05:00
2025-10-30 12:33:06 -07:00
2025-10-30 12:12:02 -07: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%