mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
25 lines
239 B
Plaintext
25 lines
239 B
Plaintext
Description:
|
|
erfc() function: complementary error function.
|
|
|
|
Files:
|
|
m4/mathfunc.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_COMMON_DOUBLE_MATHFUNC([erfc])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(ERFC_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|