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
Square root without using math.h
Square root without using math.h
Dec 24, 2011 at 2:45pm UTC
dani143
(3)
How i take
square root
without using math.h library..??
Please Help me.
Dec 24, 2011 at 2:51pm UTC
Moschops
(7244)
http://en.wikipedia.org/wiki/Methods_of_computing_square_roots
Dec 24, 2011 at 2:52pm UTC
PanGalactic
(1658)
Please read this
http://www.cplusplus.com/articles/how_to_ask/
and then ask again.
Dec 24, 2011 at 2:58pm UTC
dani143
(3)
PanGalactic:
my way of questioning is wrong ???
Dec 24, 2011 at 3:30pm UTC
dani143
(3)
Moschops
dear in wiki i cant understand....:(
Dec 25, 2011 at 5:42am UTC
Eric000
(5)
Why can't you use the math.h?
You could use the pow function instead...it is also defined in cmath/math.h.
Topic archived. No new replies allowed.