Mercurial > hg > octave-kai > gnulib-hg
annotate modules/frexpl @ 8531:52719799a90e
New module 'fpucw'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 25 Mar 2007 02:29:46 +0000 |
parents | 280cabcbb0ca |
children | fd0df3b4a14d |
rev | line source |
---|---|
8497 | 1 Description: |
2 frexpl() function: split a 'long double' into its constituents. | |
3 | |
4 Files: | |
5 lib/frexpl.c | |
6 lib/frexp.c | |
7 m4/frexpl.m4 | |
8 | |
9 Depends-on: | |
10 math | |
11 isnanl-nolibm | |
8531 | 12 fpucw |
8497 | 13 |
14 configure.ac: | |
15 gl_FUNC_FREXPL | |
16 gl_MATH_MODULE_INDICATOR([frexpl]) | |
17 | |
18 Makefile.am: | |
19 | |
20 Include: | |
21 <math.h> | |
22 | |
23 License: | |
24 LGPL | |
25 | |
26 Maintainer: | |
27 Bruno Haible, Paolo Bonzini | |
28 |