fix typos in mathl
[gnulib.git] / modules / mathl
1 Description:
2 C99 functions for transcendental functions with long double arguments.
3
4 Files:
5 lib/acosl.c
6 lib/asinl.c
7 lib/atanl.c
8 lib/cosl.c
9 lib/expl.c
10 lib/logl.c
11 lib/sincosl.c
12 lib/sinl.c
13 lib/sqrtl.c
14 lib/tanl.c
15 lib/trigl.c
16 lib/trigl.h
17 m4/mathl.m4
18
19 Depends-on:
20 float
21 math
22 frexpl
23 isnanl
24 ldexpl
25 floorl
26 ceill
27
28 configure.ac:
29 gl_FUNC_LONG_DOUBLE_MATH
30
31 Makefile.am:
32 noinst_HEADERS += trigl.h trigl.c sincosl.c
33
34 Include:
35 <math.h>
36
37 License:
38 GPL
39
40 Maintainer:
41 Paolo Bonzini  <bonzini@gnu.org>
42