Skip to content

Commit f008453

Browse files
authored
Merge pull request #28 from ysimillides/master
Update README.md
2 parents ff2d914 + 4ec907a commit f008453

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![Build Status](https://travis-ci.org/mlubin/NaNMath.jl.svg?branch=master)](https://travis-ci.org/mlubin/NaNMath.jl)
2+
[![NaNMath](http://pkg.julialang.org/badges/NaNMath_0.6.svg)](http://pkg.julialang.org/detail/NaNMath)
3+
[![NaNMath](http://pkg.julialang.org/badges/NaNMath_0.7.svg)](http://pkg.julialang.org/detail/NaNMath)
4+
5+
16
# NaNMath
27

38
Implementations of basic math functions which return ``NaN`` instead of throwing a ``DomainError``.
@@ -30,4 +35,3 @@ using NaNMath; nm=NaNMath
3035
nm.sum([1., 2., NaN]) # result: 3.0
3136
```
3237

33-
[![Build Status](https://travis-ci.org/mlubin/NaNMath.jl.svg?branch=master)](https://travis-ci.org/mlubin/NaNMath.jl)

0 commit comments

Comments
 (0)