Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (22 loc) · 863 Bytes

usermanual.md

File metadata and controls

37 lines (22 loc) · 863 Bytes

Factoring Polynomial Generator

This Program has 2 main functions:

  • Interactive Mode: You are playing it

  • Generator Mode: Generate Problems in text file format so that you can play later or send this to other

Interactive Mode

Read Player Manual here

Generator Mode

Enter the information program wants and done!

For Fast Commandline Access, this is syntax:

./main [NUM_RANGE] [DENOM_RANGE] [DEGREE] [COUNT] [FNAMEPROB] [FNAMEKEY/__JSON_MODE__]

If Key File Name is given "__JSON_MODE__" the file will output in JSON Mode in stdout instead (FNAMEPROB is ignored).

Settings

Numerator Random Range [Default: 20]

  • Random Range of Root's Numerator

Denominator Random Range [Default: 1]

  • Random Range of Root's Denominator