speelbarrow / quick-factor

Command-line tool to find factors of a polynomial function.

Home Page:https://pkg.go.dev/github.com/noah-friedman/quick-factor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Factor CI/CD Go Reference

Command-line tool to find factors of a polynomial function.

Installation

This program can be installed two different ways:

1. With Golang installed

  • 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

2. Without Golang installed

  • 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