1Description: 2frexp() function: split a double into its constituents, without requiring libm. 3 4Files: 5lib/frexp.c 6m4/frexp.m4 7 8Depends-on: 9math 10isnand-nolibm [test $gl_func_frexp_no_libm != yes] 11 12configure.ac: 13gl_FUNC_FREXP_NO_LIBM 14if test $gl_func_frexp_no_libm != yes; then 15 AC_LIBOBJ([frexp]) 16fi 17gl_MATH_MODULE_INDICATOR([frexp]) 18 19Makefile.am: 20 21Include: 22<math.h> 23 24License: 25LGPL 26 27Maintainer: 28Bruno Haible, Paolo Bonzini 29 30