include // https://github.com/rcolyer/plot-function function PolarFunc1(r, a) = 6 + (r/40)^2*2*cos(40*a); PlotPolarFunction(1, 40, 0.4);