annotate modules/expm1f-ieee @ 17933:7dd80fb0f8e2 master

uniwbrk/u32-wordbreaks-tests: fix copyright * tests/uniwbrk/test-uc-wordbreaks.c: Fix copyright date.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 23 Feb 2015 15:52:58 -0800
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16590
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 expm1f() function according to ISO C 99 with IEC 60559.
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 Depends-on:
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 expm1f
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 fpieee
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 expm1-ieee [test $HAVE_EXPM1F = 0]
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 AC_REQUIRE([gl_FUNC_EXPM1F])
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Include:
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 <math.h>
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Link:
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 $(EXPM1F_LIBM)
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 License:
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 LGPL
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
5e3f83eb0d0c New module 'expm1f-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 16590
diff changeset
26 all