Skip to content

mpwalkerdine/decimal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decimal Build Status GoDoc

decimal is a high-performance, arbitrary precision, floating-point decimal library implementing the General Decimal Arithmetic specification.

Features

  • Zero-values are safe to use without initialization.
  • Multiple operating modes (GDA, Go) to fit your use cases.
  • High performance.
  • A math library with elementary and trigonometric functions, continued fractions, and more.
  • A familiar, idiomatic API.

Installation

go get github.com/ericlagergren/decimal

Documentation

Godoc

Versioning

decimal uses Semantic Versioning. The current version is 3.1.

License

The BSD 3-clause

About

A high-performance, arbitrary-precision, floating-point decimal library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.3%
  • Python 2.7%
  • Ragel 1.5%
  • Java 1.0%
  • C 0.2%
  • Assembly 0.2%
  • Shell 0.1%