* lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
[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/ceill.c
9 lib/cosl.c
10 lib/expl.c
11 lib/floorl.c
12 lib/logl.c
13 lib/sincosl.c
14 lib/sinl.c
15 lib/sqrtl.c
16 lib/tanl.c
17 lib/trigl.c
18 lib/trigl.h
19 m4/mathl.m4
20
21 Depends-on:
22 float
23 math
24 frexpl
25 isnanl
26 ldexpl
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