* lib/stat-time.h: (get_stat_birthtime): Check for zero-valued
[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 math
23 frexpl
24 isnanl
25 ldexpl
26
27 configure.ac:
28 gl_FUNC_LONG_DOUBLE_MATH
29
30 Makefile.am:
31 noinst_HEADERS += trigl.h trigl.c sincosl.c
32
33 Include:
34 <math.h>
35
36 License:
37 GPL
38
39 Maintainer:
40 Paolo Bonzini  <bonzini@gnu.org>
41