mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
34 lines
321 B
Plaintext
34 lines
321 B
Plaintext
Description:
|
|
sqrtl() function: square root with long double argument.
|
|
|
|
Files:
|
|
lib/sqrtl.c
|
|
m4/sqrtl.m4
|
|
|
|
Depends-on:
|
|
math
|
|
extensions
|
|
float
|
|
isnanl
|
|
frexpl
|
|
ldexpl
|
|
sqrt
|
|
|
|
configure.ac:
|
|
gl_FUNC_SQRTL
|
|
gl_MATH_MODULE_INDICATOR([sqrtl])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(SQRTL_LIBM)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paolo Bonzini
|