Nav apraksta

speter 0c8464876b change package name and directory structure 13 gadi atpakaļ
LICENSE 4e6f4a0459 initial import 13 gadi atpakaļ
README 4e6f4a0459 initial import 13 gadi atpakaļ
benchmark_test.go 0c8464876b change package name and directory structure 13 gadi atpakaļ
dec.go 0c8464876b change package name and directory structure 13 gadi atpakaļ
dec_test.go 0c8464876b change package name and directory structure 13 gadi atpakaļ
example_test.go 0c8464876b change package name and directory structure 13 gadi atpakaļ
rounder.go 0c8464876b change package name and directory structure 13 gadi atpakaļ
rounder_test.go 0c8464876b change package name and directory structure 13 gadi atpakaļ

README

godec: multi-precision decimal arithmetic for go

The API and the implementation are based on and complement those in the
multi-precision integer (Int) implementation in the Go library (math/big).

Limitations:
Support for formatting options is currently missing.
There is no support for potentially lossy conversions (e.g. float64 to Dec,
Dec to int64, or Dec to float64) as the requirements for these usually differ
depending on the use case.