NEWS.stable: log cherry-pick [8446103]->[46519aa] autoupdate
[gnulib.git] / modules / asinf
1 Description:
2 asinf() function: inverse sine function.
3
4 Files:
5 lib/asinf.c
6 m4/asinf.m4
7
8 Depends-on:
9 math
10 asin            [test $HAVE_ASINF = 0]
11
12 configure.ac:
13 gl_FUNC_ASINF
14 if test $HAVE_ASINF = 0; then
15   AC_LIBOBJ([asinf])
16 fi
17 gl_MATH_MODULE_INDICATOR([asinf])
18
19 Makefile.am:
20
21 Include:
22 <math.h>
23
24 Link:
25 $(ASINF_LIBM)
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible