2 log1p() function: natural logarithm of 1 plus argument.
12 isnand [test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1]
13 log [test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1]
14 round [test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1]
18 gl_CONDITIONAL([GL_COND_OBJ_LOG1P],
19 [test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1])
20 gl_MATH_MODULE_INDICATOR([log1p])
24 lib_SOURCES += log1p.c