https://github.com/mangofoxplay/quadratic-formula
Simple code made to solve easy expression using quadratic formula.
https://github.com/mangofoxplay/quadratic-formula
math quadratic-formula
Last synced: 3 months ago
JSON representation
Simple code made to solve easy expression using quadratic formula.
- Host: GitHub
- URL: https://github.com/mangofoxplay/quadratic-formula
- Owner: mangofoxplay
- License: mit
- Created: 2024-12-11T07:47:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T17:33:15.000Z (6 months ago)
- Last Synced: 2025-02-06T06:33:11.687Z (4 months ago)
- Topics: math, quadratic-formula
- Language: Python
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quadratic-formula
Simple code made to solve easy expression using quadratic formula.
# Showcase of work
1. when expression is incorrect
- 
- 
2. when there are two roots
- 
- 
3. when there is one root
- 
- 