Metadata-Version: 2.4
Name: dquadratic
Version: 0.1.0
Summary: The package is used to find the roots and the nature of a quadratic equation.
Author: Shahabaj Tamjid
Author-email: shahbajtamjid97@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

### This is a Quadratic Equation Package for beginners. It is used to find the roots of a quadratic equation and identify the discriminant.
    - Feature 1: Roots of the equation.
    - Feature 2: Discriminant of the eqution and the nature of the roots.
