File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Quadmath.jl
2
2
3
- [ ![ Travis Build Status] ( https://travis-ci.org/simonbyrne /Quadmath.jl.svg?branch=master )] ( https://travis-ci.org/simonbyrne /Quadmath.jl )
4
- [ ![ Appveyor Build status] ( https://ci.appveyor.com/api/projects/status/wx46vbwmu2ey5qkj?svg=true )] ( https://ci.appveyor.com/project/simonbyrne/quadmath-jl )
3
+ [ ![ Travis Build Status] ( https://travis-ci.org/JuliaMath /Quadmath.jl.svg?branch=master )] ( https://travis-ci.org/JuliaMath /Quadmath.jl )
4
+ [ ![ Appveyor Build status] ( https://ci.appveyor.com/api/projects/status/wx46vbwmu2ey5qkj/branch/master ?svg=true )] ( https://ci.appveyor.com/project/simonbyrne/quadmath-jl/branch/master )
5
5
6
6
This is a Julia interface to libquadmath, providing a ` Float128 ` type corresponding to the IEEE754 binary128 floating point format.
7
7
@@ -16,7 +16,7 @@ Quadmath currently works on x86_64 Linux and macOS.
16
16
17
17
## Installation
18
18
``` julia
19
- Pkg. clone (" https://github.com/simonbyrne /Quadmath.jl" )
19
+ Pkg. clone (" https://github.com/JuliaMath /Quadmath.jl" )
20
20
```
21
21
22
22
## Acknowledgements
You can’t perform that action at this time.
0 commit comments