Skip to content

Installation

You can download and install this package using the general registry:

julia
import Pkg; Pkg.add("RationalFunctionInterpolation")

If you are going to use domains other than   and the unit circle, you should also install ComplexRegions:

julia
Pkg.add("ComplexRegions")

Running the examples

To run all this examples in this documentation, you should install these packages as well:

  • CairoMakie

  • ComplexRegions

  • DomainColoring

  • DoubleFloats