vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / logl
blob450b039ed8338007f41a16b0deb7c59a3319cffe
1 Description:
2 logl() function: logarithm with long double argument.
4 Files:
5 lib/logl.c
6 m4/logl.m4
8 Depends-on:
9 math
10 extensions
11 log             [{ test $HAVE_LOGL = 0 || test $REPLACE_LOGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 frexpl          [{ test $HAVE_LOGL = 0 || test $REPLACE_LOGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13 isnanl          [{ test $HAVE_LOGL = 0 || test $REPLACE_LOGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 floorl          [{ test $HAVE_LOGL = 0 || test $REPLACE_LOGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 configure.ac:
17 gl_FUNC_LOGL
18 if test $HAVE_LOGL = 0 || test $REPLACE_LOGL = 1; then
19   AC_LIBOBJ([logl])
21 gl_MATH_MODULE_INDICATOR([logl])
23 Makefile.am:
25 Include:
26 <math.h>
28 Link:
29 $(LOGL_LIBM)
31 License:
32 LGPL
34 Maintainer:
35 Paolo Bonzini