[10916] in Athena Bugs
Re: decmips 7.6F: fsqrt on decmips is broken (C)
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Wed Sep 8 13:55:02 1993
To: ringrose@Athena.MIT.EDU
Cc: bugs@Athena.MIT.EDU
In-Reply-To: Your message of Wed, 08 Sep 93 10:57:15 -0400.
Date: Wed, 08 Sep 93 13:54:55 EDT
From: Ezra Peisach <epeisach@Athena.MIT.EDU>
I suspect you need to include at the top of your program a prototype for
fsqrt... The include file math.h does not indicate what fsqrt returns...
For instance:
extern float fsqrt();
Ezra