mirror of
https://github.com/luxfi/math.git
synced 2026-07-27 03:38:49 +00:00
- Create math/big for big.Int utilities (HexOrDecimal256, U256, parsing) - Create math/safe for overflow-safe arithmetic (SafeAdd, SafeMul, etc.) - Move averager files to root package level - Add re-exports in root package for backwards compatibility - Update README with new package structure documentation - Remove old math/meter directory (consolidated elsewhere) - Remove redundant math/ subdirectory structure
4 lines
44 B
AMPL
4 lines
44 B
AMPL
module github.com/luxfi/math/big
|
|
|
|
go 1.24.0
|