# Pharo-Polynomial Implementation and examples of a polynomial object written for Pharo. ## Install Download Pharo [from their official website](https://pharo.org/). ## Run Run the Pharo virtual machine and then simply drag these files into it. workspace.ws shows examples of how to use the polynomial object. While polynomial.st is the actual implementation.