Hash :
14a3c6e4
Author :
Date :
2012-03-10T16:05:56
logf-ieee: Work around test failure on NetBSD 5.1. * m4/logf-ieee.m4: New file. * m4/logf.m4 (gl_FUNC_LOGF): If gl_FUNC_LOGF_IEEE is present, test whether logf works with a negative argument. Replace it if not. * lib/logf.c (logf): For negative arguments, return NaN. * modules/logf-ieee (Files): Add m4/logf-ieee.m4. (configure.ac): Invoke gl_FUNC_LOGF_IEEE. * doc/posix-functions/logf.texi: Mention the logf-ieee module.
Description:
logf() function according to ISO C 99 with IEC 60559.
Files:
m4/logf-ieee.m4
Depends-on:
logf
fpieee
log-ieee [test $HAVE_LOGF = 0 || test $REPLACE_LOGF = 1]
configure.ac:
gl_FUNC_LOGF_IEEE
Makefile.am:
Include:
<math.h>
Link:
$(LOGF_LIBM)
License:
LGPL
Maintainer:
Bruno Haible