From: James W Sager Iii Newsgroups: comp.os.msdos.djgpp Subject: Forgot math.h was whats up with sqrt Date: Sat, 17 Mar 2001 13:17:59 -0500 Organization: Carnegie Mellon, Pittsburgh, PA Lines: 10 Message-ID: NNTP-Posting-Host: andrew.cmu.edu X-Trace: bb3.andrew.cmu.edu 984853321 22453 128.2.10.101 (17 Mar 2001 18:22:01 GMT) X-Complaints-To: advisor AT andrew DOT cmu DOT edu NNTP-Posting-Date: 17 Mar 2001 18:22:01 GMT X-Added: With Flames (outnews v2.6) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Yeah, I finally tracked it down. I added math.h but since I had my clock set badly and it didn't compile one time I hought it did. So I found math.h in one of my .c files, and removed it, then the sqrt function acted spasmatic again. So it was definately math.h missing. Thanks everyone for the help. Seems like the community here is stronger than it was when I left a few years back.