repositorypackage
0.0.0-20221028234842-57aba6a92118
Repository: https://github.com/cymertek/go-big.git
Documentation: pkg.go.dev
# README
Go-Big
A numerical library for GoLang forked off the built-in math/big, with extra functionality, and designed to be portable.
To align with the GoLang package, the majority of the functions are exactly the same.
Documentation: https://pkg.go.dev/github.com/cymertek/go-big
Float Additions:
-
Bytes() and SetBytes() - Ability to work with the mantissa directly as a []byte slice
-
Mod1() - The opposite of Int(), in which only the decimal portion of the Float is maintained.