drewmrk / realQuadratic

A real, 3 variable professional quadratic equation solver.

Home Page:https://pypi.org/project/realQuadratic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

realQuadratic

realQuadratic is a professional 3 variable quadratic equation solver.

Installation

$ pip3 install realQuadratic

Usage

from realQuadratic import realQuadratic

realQuadratic(A, B, C)

Compiling

$ python3 setup.py sdist bdist_wheel

About

A real, 3 variable professional quadratic equation solver.

https://pypi.org/project/realQuadratic/

License:MIT License


Languages

Language:Python 100.0%