repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
intprops: new macro INT_PROMOTE
[gnulib.git]
/
modules
/
exp2f
blob
1d644a26c9386a84be03f3aa951faeec3219b119
1
Description:
2
exp2f() function: exponential base 2 function.
3
4
Files:
5
lib/exp2f.c
6
m4/exp2f.m4
7
8
Depends-on:
9
math-h
10
extensions
11
exp2 [test $HAVE_EXP2F = 0]
12
13
configure.ac:
14
gl_FUNC_EXP2F
15
gl_CONDITIONAL([GL_COND_OBJ_EXP2F], [test $HAVE_EXP2F = 0])
16
gl_MATH_MODULE_INDICATOR([exp2f])
17
18
Makefile.am:
19
if GL_COND_OBJ_EXP2F
20
lib_SOURCES += exp2f.c
21
endif
22
23
Include:
24
<math.h>
25
26
Link:
27
$(EXP2F_LIBM)
28
29
License:
30
LGPL
31
32
Maintainer:
33
all