Mercurial > hg > octave-nkf > gnulib-hg
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 |
rev | line source |
---|---|
16590 | 1 Description: |
2 expm1f() function according to ISO C 99 with IEC 60559. | |
3 | |
4 Files: | |
5 | |
6 Depends-on: | |
7 expm1f | |
8 fpieee | |
9 expm1-ieee [test $HAVE_EXPM1F = 0] | |
10 | |
11 configure.ac: | |
12 AC_REQUIRE([gl_FUNC_EXPM1F]) | |
13 | |
14 Makefile.am: | |
15 | |
16 Include: | |
17 <math.h> | |
18 | |
19 Link: | |
20 $(EXPM1F_LIBM) | |
21 | |
22 License: | |
23 LGPL | |
24 | |
25 Maintainer: | |
17713
1f14c6dd175d
Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents:
16590
diff
changeset
|
26 all |