Hash :
62261406
Author :
Date :
2011-05-05T19:20:07
acosl..tanl: Relicense under LGPL. * 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>
Description:
sqrtl() function: square root with long double argument.
Files:
lib/sqrtl.c
m4/sqrtl.m4
Depends-on:
math
extensions
float [test $HAVE_SQRTL = 0]
isnanl [test $HAVE_SQRTL = 0]
frexpl [test $HAVE_SQRTL = 0]
ldexpl [test $HAVE_SQRTL = 0]
sqrt [test $HAVE_SQRTL = 0]
configure.ac:
gl_FUNC_SQRTL
gl_MATH_MODULE_INDICATOR([sqrtl])
Makefile.am:
Include:
<math.h>
Link:
$(SQRTL_LIBM)
License:
LGPL
Maintainer:
Paolo Bonzini