Skip to content

Arbitrary-precision fixed-point decimal numbers in go

Notifications You must be signed in to change notification settings

stasundr/decimal

Repository files navigation

decimal

Decimals implemented with uint256, instead of big.Number. Works faster.

All credits goes to yakud.