New module 'floorl'.
[pspp] / 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/logl.c
12 lib/sincosl.c
13 lib/sinl.c
14 lib/sqrtl.c
15 lib/tanl.c
16 lib/trigl.c
17 lib/trigl.h
18 m4/mathl.m4
19
20 Depends-on:
21 float
22 math
23 frexpl
24 isnanl
25 ldexpl
26 floorl
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