mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-11 11:50:52 +03:00
* m4/expm1f.m4 (gl_FUNC_EXPM1F): Initialize gl_expm1f_required. If module 'expm1f-ieee' is in use, check whether expm1f works according to IEEE. * m4/expm1f-ieee.m4: New file. * modules/expm1f-ieee (Files): Add it. (Depends-on): Update conditions. (configure.ac): Invoke gl_FUNC_EXPM1F_IEEE. * doc/posix-functions/expm1f.texi: Mention the AIX bug.
28 lines
312 B
Plaintext
28 lines
312 B
Plaintext
Description:
|
|
expm1f() function according to ISO C 99 with IEC 60559.
|
|
|
|
Files:
|
|
m4/expm1f-ieee.m4
|
|
|
|
Depends-on:
|
|
expm1f
|
|
fpieee
|
|
expm1-ieee [test $HAVE_EXPM1F = 0 || test $REPLACE_EXPM1F = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_EXPM1F_IEEE
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(EXPM1F_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|