Message-ID: <34CA750A.7715@cyber-quest.com> Date: Sat, 24 Jan 1998 18:11:06 -0500 From: Jeff Taylor MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: math functions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 207.51.80.132 Organization: Cyber-Quest, Inc. Lines: 7 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I just trying to do some heavier than usual math (for me). I'm using the -lm switch on the link command line. The gamma and pow functions are not giving me the answers I expect. For pow(1.000336, -5) I get Infinity. Is this outside the range of pow? For gamma(5) I get 3.178, I'm expecting 24. Are there two functions called gamma functions?