Skip to content

Commit 5654126

Browse files
Create README.md
1 parent ce8a842 commit 5654126

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Quadmath.jl
2+
Float128 and libquadmath for the Julia language
3+
4+
##Installation
5+
```julia
6+
Pkg.clone("https://github.com/HaraldHofstaetter/Quadmath.jl")
7+
Pkg.build("Quadmath")
8+
```
9+
##Examples
10+
To get easy access to the examples, make a symbolic link in the home directory:
11+
```julia
12+
symlink(joinpath(homedir(), ".julia/v0.4/Quadmath/examples/"), joinpath(homedir(), "Quadmath_examples"))
13+
```
14+
Then 'TSSM_examples' will be listed in the JuliaBox home screen. The examples contain among others
15+
+ [BesselZeros.ipynb](https://github.com/HaraldHofstaetter/Quadmath.jl/blob/master/examples/BesselZeros.ipynb)

0 commit comments

Comments
 (0)