Skip to content

Commit 495dc21

Browse files
committed
update badges
1 parent 77caa87 commit 495dc21

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Xsum: Exactly rounded floating-point sums in Julia
2-
[![Travis Status](https://travis-ci.org/stevengj/Xsum.jl.svg)](https://travis-ci.org/stevengj/Xsum.jl)
3-
[![Build status](https://ci.appveyor.com/api/projects/status/3gxr4kf0a6uwly1y?svg=true)](https://ci.appveyor.com/project/StevenGJohnson/xsum-jl)
4-
2+
[![Travis Status](https://travis-ci.org/JuliaMath/Xsum.jl.svg)](https://travis-ci.org/JuliaMath/Xsum.jl)
3+
[![Build status](https://ci.appveyor.com/api/projects/status/vvfieo2qyrstarct?svg=true)](https://ci.appveyor.com/project/StevenGJohnson/xsum-jl-e58u4)
54

65
The Xsum package is a Julia wrapper around Radford Neal's [xsum package](https://gitlab.com/radfordneal/xsum)
76
for exactly rounded double-precision floating-point summation. The [xsum algorithm](https://arxiv.org/abs/1505.05571) takes `n` double precision (`Float64` or smaller) floating-point values as input and computes the "exactly rounded sum" — equivalent to summing the values in *infinite* precision and rounding the result to the nearest `Float64` value.

0 commit comments

Comments
 (0)