Mercurial > hg > octave-lojdl > gnulib-hg
view modules/roundf-ieee @ 17138:42f6597efac3
* lib/regexec.c (re_search_internal): Fix grammar in comment.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 16 Oct 2012 16:01:05 -0700 |
parents | 3846767a473f |
children |
line wrap: on
line source
Description: roundf() function according to ISO C 99 with IEC 60559. Files: m4/roundf-ieee.m4 m4/minus-zero.m4 m4/signbit.m4 Depends-on: roundf floorf-ieee [test $HAVE_ROUNDF = 0 || test $REPLACE_ROUNDF = 1] ceilf-ieee [test $HAVE_ROUNDF = 0 || test $REPLACE_ROUNDF = 1] configure.ac: gl_FUNC_ROUNDF_IEEE Makefile.am: Include: <math.h> Link: $(ROUNDF_LIBM) License: LGPL Maintainer: Bruno Haible