mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
d171b9454f
* modules/math-h: Renamed from modules/math. * modules/math-h-tests: Renamed from modules/math-tests. * modules/math-h-c++-tests: Renamed from modules/math-c++-tests. * tests/test-math-h.c: Renamed from tests/test-math.c. * tests/test-math-h-c++.cc: Renamed from tests/test-math-c++.cc. * tests/test-math-h-c++2.cc: Renamed from tests/test-math-c++2.cc. * doc/posix-headers/math.texi: Update. * modules/* (Depends-on): Update. * modules/math: New file.
32 lines
399 B
Plaintext
32 lines
399 B
Plaintext
Description:
|
|
frexp() function: split a double into its constituents.
|
|
|
|
Files:
|
|
lib/frexp.c
|
|
m4/frexp.m4
|
|
|
|
Depends-on:
|
|
math-h
|
|
isnand-nolibm [test $gl_func_frexp != yes]
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_FUNC_FREXP])
|
|
if test $gl_func_frexp != yes; then
|
|
AC_LIBOBJ([frexp])
|
|
fi
|
|
gl_MATH_MODULE_INDICATOR([frexp])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(FREXP_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Paolo Bonzini
|