Blitz logo

Blitz Support :

From: Peter Kümmel (syntheticpp_at_[hidden])
Date: 2005-06-15 14:41:24


Andrew Hurst wrote:

>>>../blitz/mathfunc.h: In static member function `static double
>>>blitz::_bz_expm1<P_numtype1>::apply(P_numtype1)':
>>>../blitz/mathfunc.h:1347: error: `::expm1' has not been declared
>>>../blitz/mathfunc.h: In static member function `static int
>>>blitz::_bz_blitz_isnan<P_numtype1>::apply(P_numtype1)':
>>>../blitz/mathfunc.h:1549: error: `::isnan' has not been
>>>declared

Oh, don't search for the IEEE macro, the reason for your
problens is: your code is to old!
You shoulld comment out the line above lines or do a update.
Peter