xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / asinf
blob4fae74fe0ff409935e07351dbcf60a870a9563f4
1 Description:
2 asinf() function: inverse sine function.
4 Files:
5 lib/asinf.c
6 m4/asinf.m4
8 Depends-on:
9 math
10 extensions
11 asin            [test $HAVE_ASINF = 0]
13 configure.ac:
14 gl_FUNC_ASINF
15 if test $HAVE_ASINF = 0; then
16   AC_LIBOBJ([asinf])
18 gl_MATH_MODULE_INDICATOR([asinf])
20 Makefile.am:
22 Include:
23 <math.h>
25 Link:
26 $(ASINF_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 Bruno Haible