Print this page

        

*** 29,39 **** #pragma weak exp10f = __exp10f #include "libm.h" ! double exp10(double); float exp10f(float x) { #if defined(FPADD_TRAPS_INCOMPLETE_ON_NAN) if (isnanf(x)) --- 29,39 ---- #pragma weak exp10f = __exp10f #include "libm.h" ! extern double exp10(double); float exp10f(float x) { #if defined(FPADD_TRAPS_INCOMPLETE_ON_NAN) if (isnanf(x))