Skip to content

Commit

Permalink
add badges for travis and maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
eobermuhlner authored Jul 16, 2017
1 parent 10e7a56 commit 17da4a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@

[![Build Status](https://travis-ci.org/eobermuhlner/kotlin-big-math.svg?branch=master)](https://travis-ci.org/eobermuhlner/kotlin-big-math)
[![Maven Central](https://img.shields.io/maven-central/v/ch.obermuhlner/kotlin-big-math.svg)](https://search.maven.org/#search%7Cga%7C1%7Ckotlib-big-math)

# kotlin-big-math
Kotlin library for BigDecimal math functions (pow, sqrt, log, sin, ...) using arbitrary precision.

0 comments on commit 17da4a0

Please sign in to comment.