package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev

# Functions

Add adds x and y.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SubNonNegative subtracts the value of y from x and returns the result with arbitrary precision.

# Structs

Dec is a wrapper struct around apd.Decimal that does no mutation of apd.Decimal's when performing arithmetic, instead creating a new apd.Decimal for every operation ensuring usage is safe.