view modules/floor @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
parents 1a75ac6afa99
children
line wrap: on
line source

Description:
floor() function: round towards negative infinity.

Files:
lib/floor.c
m4/floor.m4

Depends-on:
math
float           [test $REPLACE_FLOOR = 1]

configure.ac:
AC_REQUIRE([gl_FUNC_FLOOR])
if test $REPLACE_FLOOR = 1; then
  AC_LIBOBJ([floor])
fi
gl_MATH_MODULE_INDICATOR([floor])

Makefile.am:

Include:
<math.h>

Link:
$(FLOOR_LIBM)

License:
LGPL

Maintainer:
all