https://github.com/hbiede/qsolver
An Objective-C framework to reduce a quadratic equation's solution and return it as a string.
https://github.com/hbiede/qsolver
objective-c quadratic-formula
Last synced: 2 months ago
JSON representation
An Objective-C framework to reduce a quadratic equation's solution and return it as a string.
- Host: GitHub
- URL: https://github.com/hbiede/qsolver
- Owner: hbiede
- License: mit
- Created: 2018-09-21T06:46:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T01:24:49.000Z (over 5 years ago)
- Last Synced: 2025-02-09T10:09:51.858Z (4 months ago)
- Topics: objective-c, quadratic-formula
- Language: Objective-C
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QSolver
An Objective-C framework to reduce a quadratic equation's solution and return it as a string.