mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
31 lines
277 B
Plaintext
31 lines
277 B
Plaintext
Description:
|
|
trunc() function: round towards zero.
|
|
|
|
Files:
|
|
lib/trunc.c
|
|
m4/trunc.m4
|
|
|
|
Depends-on:
|
|
math
|
|
extensions
|
|
float
|
|
|
|
configure.ac:
|
|
gl_FUNC_TRUNC
|
|
gl_MATH_MODULE_INDICATOR([trunc])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(TRUNC_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|