[10316] in Athena Bugs
Re: decmips 7.4G: gnu
daemon@ATHENA.MIT.EDU (epeisach@Athena.MIT.EDU)
Thu Feb 25 09:59:04 1993
From: epeisach@Athena.MIT.EDU
To: chance@Athena.MIT.EDU
Cc: bugs@Athena.MIT.EDU
In-Reply-To: Your message of Thu, 25 Feb 93 01:00:12 -0500.
Date: Thu, 25 Feb 93 09:58:59 EST
I am not familiar with fexp (not in any man pages, or header files). I
assume you decalred fexp as returning a float? /usr/include/math.h
declares exp as returning a double, but nothing about fexp.
fexp is not part of the ANSI standard I don't think.....
Tryn adding
extern float fexp();
to your program and see what happens.