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/bin
in the system path) - Run the program by running
find-factors
on 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/binary
in order to mark the binary as executable - Run the executable file