35 lines
452 B
Plaintext
35 lines
452 B
Plaintext
Description:
|
|
ldexpf() function: multiply a 'float' by a power of 2.
|
|
|
|
Files:
|
|
lib/ldexpf.c
|
|
m4/ldexpf.m4
|
|
m4/mathfunc.m4
|
|
|
|
Depends-on:
|
|
math
|
|
extensions
|
|
ldexp [test $HAVE_LDEXPF = 0]
|
|
|
|
configure.ac:
|
|
gl_FUNC_LDEXPF
|
|
gl_CONDITIONAL([GL_COND_OBJ_LDEXPF], [test $HAVE_LDEXPF = 0])
|
|
gl_MATH_MODULE_INDICATOR([ldexpf])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_LDEXPF
|
|
lib_SOURCES += ldexpf.c
|
|
endif
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(LDEXPF_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|