Friday, April 22, 2022

GoLang: big math lib

big package - math/big - pkg.go.dev

Package big implements arbitrary-precision arithmetic (big numbers). The following numeric types are supported:

Int    signed integers
Rat    rational numbers
Float  floating-point numbers