Mercurial > hg > octave-nkf > gnulib-hg
view modules/remainderl-ieee @ 16749:2c1499f688aa
logf-ieee: Fix test whether logf works.
* m4/logf.m4 (gl_FUNC_LOGF): Fix typo in test program.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 01 Apr 2012 19:31:01 +0200 |
parents | 65ee7db4e4a7 |
children | 1f14c6dd175d |
line wrap: on
line source
Description: remainderl() function according to ISO C 99 with IEC 60559. Files: m4/remainderl-ieee.m4 Depends-on: remainderl fpieee remainder-ieee [{ test $HAVE_REMAINDERL = 0 || test $REPLACE_REMAINDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] configure.ac: gl_FUNC_REMAINDERL_IEEE Makefile.am: Include: <math.h> Link: $(REMAINDERL_LIBM) License: LGPL Maintainer: Bruno Haible