mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
30 lines
307 B
Plaintext
30 lines
307 B
Plaintext
Description:
|
|
frexp() function: split a double into its constituents.
|
|
|
|
Files:
|
|
lib/frexp.c
|
|
m4/frexp.m4
|
|
|
|
Depends-on:
|
|
math
|
|
isnand-nolibm
|
|
|
|
configure.ac:
|
|
gl_FUNC_FREXP
|
|
gl_MATH_MODULE_INDICATOR([frexp])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(FREXP_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible, Paolo Bonzini
|
|
|