mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* modules/acosl (License): Change to LGPL. * modules/asinl (License): Likewise. * modules/atanl (License): Likewise. * modules/cosl (License): Likewise. * modules/expl (License): Likewise. * modules/logl (License): Likewise. * modules/sinl (License): Likewise. * modules/sqrtl (License): Likewise. * modules/tanl (License): Likewise. Source code originally from glibc and Paolo Bonzini. Agreements: <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00137.html> <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00128.html>
31 lines
369 B
Plaintext
31 lines
369 B
Plaintext
Description:
|
|
expl() function: exponential function with long double argument.
|
|
|
|
Files:
|
|
lib/expl.c
|
|
m4/expl.m4
|
|
|
|
Depends-on:
|
|
math
|
|
extensions
|
|
float [test $HAVE_EXPL = 0]
|
|
floorl [test $HAVE_EXPL = 0]
|
|
|
|
configure.ac:
|
|
gl_FUNC_EXPL
|
|
gl_MATH_MODULE_INDICATOR([expl])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(EXPL_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Paolo Bonzini
|