We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2d914 commit 4ec907aCopy full SHA for 4ec907a
README.md
@@ -1,3 +1,8 @@
1
+[](https://travis-ci.org/mlubin/NaNMath.jl)
2
+[](http://pkg.julialang.org/detail/NaNMath)
3
+[](http://pkg.julialang.org/detail/NaNMath)
4
+
5
6
# NaNMath
7
8
Implementations of basic math functions which return ``NaN`` instead of throwing a ``DomainError``.
@@ -30,4 +35,3 @@ using NaNMath; nm=NaNMath
30
35
nm.sum([1., 2., NaN]) # result: 3.0
31
36
```
32
37
33
-[](https://travis-ci.org/mlubin/NaNMath.jl)
0 commit comments