mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
25 lines
225 B
Plaintext
25 lines
225 B
Plaintext
Description:
|
|
ldexp() function: multiply a 'double' by a power of 2.
|
|
|
|
Files:
|
|
m4/ldexp.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_LDEXP
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(LDEXP_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|