2 expm1() function: exponential function minus one.
12 isnand [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1]
13 exp [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1]
14 round [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1]
15 ldexp [test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1]
19 if test $HAVE_EXPM1 = 0 || test $REPLACE_EXPM1 = 1; then
22 gl_MATH_MODULE_INDICATOR([expm1])