Mercurial > hg > octave-kai > gnulib-hg
view modules/floor @ 16029:4d5243b3434e
renameat: Optimize code size.
* modules/renameat (configure.ac): Don't compile at-func2.c if
REPLACE_RENAMEAT is 1.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 04 Nov 2011 18:13:22 +0100 |
parents | 702e3c427a51 |
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: 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: Bruno Haible