Skip to content

Commit

Permalink
Updated links and versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Oct 21, 2018
1 parent bf50901 commit 1f1641c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,10 +1,10 @@
## Decimals.jl

[![Build Status](https://travis-ci.org/tinybike/Decimals.jl.svg?branch=master)](https://travis-ci.org/tinybike/Decimals.jl)
[![Coverage Status](https://coveralls.io/repos/tinybike/Decimals.jl/badge.svg?branch=master)](https://coveralls.io/r/tinybike/Decimals.jl?branch=master)
[![Decimals](https://pkg.julialang.org/badges/Decimals_0.6.svg)](https://pkg.julialang.org/?pkg=Decimals)
[![Build Status](https://travis-ci.org/JuliaMath/Decimals.jl.svg?branch=master)](https://travis-ci.org/JuliaMath/Decimals.jl)
[![Coverage Status](https://coveralls.io/repos/github/JuliaMath/Decimals.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaMath/Decimals.jl?branch=master)
[![Decimals](https://pkg.julialang.org/badges/Decimals_0.7.svg)](https://pkg.julialang.org/?pkg=Decimals)

Basic routines for decimal arithmetic in Julia. Supports addition, subtraction, negation, multiplication, division, and equality operations; exponentiation coming as soon as I find the time to write it. This is a pure Julia implementation, so if you are concerned about pure speed, calling `libmpdec` functions directly is likely to be faster. Tested in Julia 0.6.
Basic routines for decimal arithmetic in Julia. Supports addition, subtraction, negation, multiplication, division, and equality operations; exponentiation coming as soon as I find the time to write it. This is a pure Julia implementation, so if you are concerned about pure speed, calling `libmpdec` functions directly is likely to be faster. Tested in Julia 0.6, 0.7, and 1.0.

### Background

Expand Down

0 comments on commit 1f1641c

Please sign in to comment.