An open API service indexing awesome lists of open source software.

https://github.com/nu11ptr/decimal

A very simple Go big decimal type (wraps big.Rat)
https://github.com/nu11ptr/decimal

Last synced: 5 months ago
JSON representation

A very simple Go big decimal type (wraps big.Rat)

Awesome Lists containing this project

README

          

# decimal
[![Build Status](https://travis-ci.org/nu11ptr/decimal.svg?branch=master)](https://travis-ci.org/nu11ptr/decimal)
[![Coverage Status](https://coveralls.io/repos/github/nu11ptr/decimal/badge.svg?branch=master)](https://coveralls.io/github/nu11ptr/decimal?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/d5193b8756b0862ee117/maintainability)](https://codeclimate.com/github/nu11ptr/decimal/maintainability)
[![Go Report Card](https://goreportcard.com/badge/github.com/nu11ptr/decimal)](https://goreportcard.com/report/github.com/nu11ptr/decimal)
[![GoDoc](https://godoc.org/github.com/nu11ptr/decimal?status.svg)](https://godoc.org/github.com/nu11ptr/decimal)

A very simple Go big decimal type (wraps bit.Rat)