unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / frexp
blobf1a4e4bb6a9ac8c51acd38f72940e6b24b98c51d
1 Description:
2 frexp() function: split a double into its constituents.
4 Files:
5 lib/frexp.c
6 m4/frexp.m4
8 Depends-on:
9 math
10 isnand-nolibm   [test $gl_func_frexp != yes]
12 configure.ac:
13 AC_REQUIRE([gl_FUNC_FREXP])
14 if test $gl_func_frexp != yes; then
15   AC_LIBOBJ([frexp])
17 gl_MATH_MODULE_INDICATOR([frexp])
19 Makefile.am:
21 Include:
22 <math.h>
24 Link:
25 $(FREXP_LIBM)
27 License:
28 LGPL
30 Maintainer:
31 Paolo Bonzini