• Custom User Avatar

    You can see available libraries on wiki. If package of your interest is missing, you can request it on CW runner repo.

  • Custom User Avatar

    I there the package Polynomials in Julia?
    I can not use it.

    ERROR: LoadError: LoadError: ArgumentError: Package Polynomials not found in current path:

    • Run import Pkg; Pkg.add("Polynomials") to install the Polynomials package.

    I'd like to use it for some katas.