K 10 svn:author V 3 das K 8 svn:date V 27 2005-03-01T03:56:24.000000Z K 7 svn:log V 623 MFC math.h,v 1.45 Add and document ilogbl(), a long double version of ilogb(). MFC math.h,v 1.47 Whitespace nit. MFC math.h,v 1.48 Implement floorl(). MFC math.h,v 1.49 Implement and document ceill(). MFC math.h,v 1.51 Set math_errhandling to MATH_ERREXCEPT. Now that we have fenv.h, we basically support this, subject to gcc's lack of FENV_ACCESS support. In any case, the previous setting of math_errhandling to 0 is not allowed by POSIX. MFC math.h,v 1.53 Only annotate pure routines with __pure2. MFC math.h,v 1.54 Add fma() and fmaf(), which implement a fused multiply-add operation. END