Fernando Gleiser <[EMAIL PROTECTED]> writes > On 24 Dec 2002, Scott Ballantyne wrote: > > > Any mathoids have a way to implement isnormal() on FreeBSD, 4.7? > > it would help if you tell us what isnormal() is. >
> > Fer It returns non-zero if its argument is normalized (i.e., not: zero, denormalized, infinte, or NaN). It's usually a macro that calls fpclass(), but I can't find fpclass either :-( I was hoping for something more efficient than isnan(), isinf(), etc. Thanks Fer, Scott -- [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message