projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
15e35e8acf82d7284ef3f561187d0eec3647e3d8
[pspp]
/
modules
/
truncf
1
Description:
2
truncf() function: round towards zero.
3
4
Files:
5
lib/truncf.c
6
lib/trunc.c
7
m4/truncf.m4
8
9
Depends-on:
10
math
11
extensions
12
float [test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1]
13
14
configure.ac:
15
gl_FUNC_TRUNCF
16
gl_MATH_MODULE_INDICATOR([truncf])
17
18
Makefile.am:
19
20
Include:
21
<math.h>
22
23
Link:
24
$(TRUNCF_LIBM)
25
26
License:
27
LGPL
28
29
Maintainer:
30
Bruno Haible
31