ignore-value: handle pointer types, too
[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 gl_MATH_MODULE_INDICATOR([mathl])
31
32 Makefile.am:
33 noinst_HEADERS += trigl.h trigl.c sincosl.c
34
35 Include:
36 <math.h>
37
38 License:
39 GPL
40
41 Maintainer:
42 Paolo Bonzini  <bonzini@gnu.org>
43