Message-ID: From: Scott Sinclair To: djgpp AT delorie DOT com Subject: exp() doesn't work ! Date: Tue, 22 May 2001 14:10:32 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp AT delorie DOT com Hi I hope I'm just being stupid :) but the following code: ////////////////////////////// double x, y; y = some_sensibly_small_number; x = exp(y); ///////////////////////////// does NOT set x equal to e^y ???? I am using the libraries suplied with DJGPP version 2.03. Unfortunately I can't follow the assembler code in the exp.s source file (is this assembler ?), so I can't fix the error and rebuild my libraries. Help ????:) cheers Scott