Hi eric.bachard,

On Thu, May 12, 2005 at 20:48:33 +0200, eric.bachard wrote:

> >Yes. If math.h isn't needed for anything else in that file, I didn't
> >check that, but it didn't look like by browsing through.
> 
> I just found finite() too, if I'm not wrong.

Yes, I know it's there, what I was saying is that I didn't check whether
any function other than isnan() in that file needs math.h. I looked up
finite() now, and on some platforms it needs math.h, on others it needs
ieeefp.h, and with MSC it would even need float.h instead ...

Checked it now: the source uses log10(), so math.h is needed anyway.

finite() should be replace by ::rtl::math::isFinite() and
#include <ieeefp.h>
be removed.

  Eike

-- 
 OOo/SO Calc core developer. Number formatter bedevilled I18N transpositionizer.
 GnuPG key 0x293C05FD:  997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to