Mercurial > hg > octave-jordi > gnulib-hg
view modules/roundl @ 10009:0fdbc870dc2d
* modules/mkdir (License): Re-license as LGPLv2+.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Tue, 29 Apr 2008 13:15:02 +0200 |
parents | 08b76f84ac5d |
children | efab6978105e |
line wrap: on
line source
Description: roundl() function: round toward nearest, breaking ties away from zero. Files: lib/round.c lib/roundl.c m4/check-math-lib.m4 m4/roundl.m4 m4/floorl.m4 m4/ceill.m4 Depends-on: float math extensions configure.ac: gl_FUNC_ROUNDL gl_MATH_MODULE_INDICATOR([roundl]) Makefile.am: Include: <math.h> Link: $(ROUNDL_LIBM) License: LGPL Maintainer: Ben Pfaff