Skip to content

InDevRus/polynomials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polynomials

Compares two polynomials using math parsing.

How to execute

Universal way:

py polynomials [-h] [-e epsilon | -d n | -m] [-s] [-f file] [first] [second]

In Windows PowerShell or Command Prompt:

python polynomials [-h] [-e epsilon | -d n | -m] [-s] [-f file] [first] [second]

In bash:

python3 polynomials [-h] [-e epsilon | -d n | -m] [-s] [-f file] [first] [second]

To get help:

py polynomials --help

Tests

Tests can be executed one by one this way:

py tests/polynomial_tests.py

Or you can simply use test running script:

py tests [-v]

Use -v or --verbose parameter to verbose output.

About

Compares two polynomials using math parsing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages