unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / log10f
blobcf758e4313c0d66f38b8dc1beff680ec0f49b79a
1 Description:
2 log10f() function: base 10 logarithmic function.
4 Files:
5 lib/log10f.c
6 m4/log10f.m4
8 Depends-on:
9 math
10 extensions
11 log10           [test $HAVE_LOG10F = 0 || test $REPLACE_LOG10F = 1]
13 configure.ac:
14 gl_FUNC_LOG10F
15 gl_CONDITIONAL([GL_COND_OBJ_LOG10F],
16                [test $HAVE_LOG10F = 0 || test $REPLACE_LOG10F = 1])
17 gl_MATH_MODULE_INDICATOR([log10f])
19 Makefile.am:
20 if GL_COND_OBJ_LOG10F
21 lib_SOURCES += log10f.c
22 endif
24 Include:
25 <math.h>
27 Link:
28 $(LOG10F_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 all