Mercurial > hg > octave-kai > gnulib-hg
annotate modules/expm1-ieee @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 |
parents | 6312b64c2c23 |
children |
rev | line source |
---|---|
16588 | 1 Description: |
2 expm1() function according to ISO C 99 with IEC 60559. | |
3 | |
4 Files: | |
5 m4/expm1-ieee.m4 | |
6 m4/minus-zero.m4 | |
7 m4/signbit.m4 | |
8 | |
9 Depends-on: | |
10 expm1 | |
11 fpieee | |
12 | |
13 configure.ac: | |
14 gl_FUNC_EXPM1_IEEE | |
15 | |
16 Makefile.am: | |
17 | |
18 Include: | |
19 <math.h> | |
20 | |
21 Link: | |
22 $(EXPM1_LIBM) | |
23 | |
24 License: | |
25 LGPL | |
26 | |
27 Maintainer: | |
28 Bruno Haible |