mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/exp.m4: New file. * modules/exp (Files): Add it. (configure.ac): Just invoke gl_FUNC_EXP.
26 lines
217 B
Plaintext
26 lines
217 B
Plaintext
Description:
|
|
exp() function: exponential function.
|
|
|
|
Files:
|
|
m4/exp.m4
|
|
m4/mathfunc.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_EXP
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(EXP_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|