cplusplus.com
C++ : Forum : UNIX/Linux Programming : Square-Root fuction
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs


post Square-Root fuction

kibestar (42)
Hi there.

Can somewone make me a program that calculates the square root of X without using the math.h header. Why: curiosity on how to do it.

thanks in advance
Bazzy (6258)
Try here for some algorithms: http://en.wikipedia.org/wiki/Square_root_algorithm
chrisname (4916)
I was going to post something but then I realised he said square root of x...

Damn. Powering is easy...
Last edited on
Topic archived. No new replies allowed.