You can see available libraries on wiki. If package of your interest is missing, you can request it on CW runner repo.
I there the package Polynomials in Julia? I can not use it.
ERROR: LoadError: LoadError: ArgumentError: Package Polynomials not found in current path:
import Pkg; Pkg.add("Polynomials")
I'd like to use it for some katas.
Loading collection data...
You can see available libraries on wiki. If package of your interest is missing, you can request it on CW runner repo.
I there the package Polynomials in Julia?
I can not use it.
ERROR: LoadError: LoadError: ArgumentError: Package Polynomials not found in current path:
import Pkg; Pkg.add("Polynomials")
to install the Polynomials package.I'd like to use it for some katas.