cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
writting the quadratic formula using cma
writting the quadratic formula using cmath
Feb 23, 2016 at 7:48am UTC
kaitlin
(1)
hey guys help me write the quadratic formula using cmath
Feb 23, 2016 at 8:21am UTC
Thomas1965
(4571)
I think you should read this first.
http://www.cplusplus.com/forum/beginner/1/
Feb 24, 2016 at 4:26am UTC
YFGHNG
(319)
Should also take a look at <cmath>
It basically gives you everything you need. And you'll need at most four variables.
http://www.cplusplus.com/reference/cmath/?kw=cmath
Topic archived. No new replies allowed.