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