Mercurial > hg > octave-kai > gnulib-hg
view modules/roundl @ 9375:96fea5b2eb11
Implement 'round', 'roundf', 'roundl' modules.
author | Ben Pfaff <blp@cs.stanford.edu> |
---|---|
date | Sat, 20 Oct 2007 13:08:26 -0700 |
parents | |
children | 54f12e03e281 |
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-libm-func.m4 m4/roundl.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