Command-line tool to find factors of a polynomial function.
This program can be installed two different ways:
- Open a command line
- Run
go get github.com/noah-friedman/find-factors/cmd/find-factors(NOTE: You must have$GOPATH/binin the system path) - Run the program by running
find-factorson the command line
- Navigate to the releases page
- Download the correct binary for your system from the latest release
- macOS and Linux only: Run
chmod +x path/to/binaryin order to mark the binary as executable - Run the executable file