List of official / currated packages: http://pkg.julialang.org
In [2]:
Pkg.status()
In [13]:
Pkg.update()
In [1]:
Pkg.add("SpecialFunctions")
In [2]:
using SpecialFunctions
In [20]:
airyai(8)
Out[20]:
In [11]:
Pkg.clone("https://github.com/scheinerman/LatexPrint.jl")
In [5]:
using LatexPrint
In [6]:
lap(5//3)