fherbine / computorV1

A 42 school project about polynomials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer V1

A 42 school project about polynomials. Final grade: 125/100

How to install:

  • Make sure that you've installed requirements.txt with pip
  • See pdf to run (french).

How to run Unittests:

  • Please install pytest with pip
  • Then run python -m pytest . at the root of the repository

Todos:

MANDATORY

  • Lexer & parser
  • Calculating & dispatch reduced form
  • Resolving equation
  • Specific behavior such as 0=0
  • Unittests
  • Documentation

Bonus

  • Errors handling
  • natural I/Os (subject IOs are not deprecated by this point)
  • irrational fraction result
  • intermediary steps
  • others

About

A 42 school project about polynomials


Languages

Language:Python 100.0%