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