mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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.
29 lines
415 B
Plaintext
29 lines
415 B
Plaintext
Description:
|
|
frexp() function: split a double into its constituents, without requiring libm.
|
|
|
|
Files:
|
|
lib/frexp.c
|
|
m4/frexp.m4
|
|
|
|
Depends-on:
|
|
math-h
|
|
isnand-nolibm [test $gl_func_frexp_no_libm != yes]
|
|
|
|
configure.ac:
|
|
gl_FUNC_FREXP_NO_LIBM
|
|
if test $gl_func_frexp_no_libm != yes; then
|
|
AC_LIBOBJ([frexp])
|
|
fi
|
|
gl_MATH_MODULE_INDICATOR([frexp])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Paolo Bonzini
|