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 if test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1; then
21 gl_MATH_MODULE_INDICATOR([log1p])