mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
31 lines
305 B
Plaintext
31 lines
305 B
Plaintext
Description:
|
|
expl() function: exponential function with long double argument.
|
|
|
|
Files:
|
|
lib/expl.c
|
|
m4/expl.m4
|
|
|
|
Depends-on:
|
|
math
|
|
extensions
|
|
float
|
|
floorl
|
|
|
|
configure.ac:
|
|
gl_FUNC_EXPL
|
|
gl_MATH_MODULE_INDICATOR([expl])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(EXPL_LIBM)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paolo Bonzini
|