Skip to content

golang implementation of arbitrary precision currency

Notifications You must be signed in to change notification settings

opencoff/go-currency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-currency - Currency implementation using big.Int

What is it?

Currency implementation that uses atto-dollars (1e-18) as the basic unit. All currency is normalized to atto-dollars for computation. Computation uses big.Int.

Notes

  • The test cases cover the parsing and output only; I assume big.Int covers the boring arithmetic tests.

About

golang implementation of arbitrary precision currency

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages