Mercurial > hg > octave-shane > gnulib-hg
comparison modules/frexpl @ 8497:280cabcbb0ca
New module 'frexpl'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 23 Mar 2007 01:26:24 +0000 |
parents | |
children | 52719799a90e |
comparison
equal
deleted
inserted
replaced
8496:1f851f8ed15e | 8497:280cabcbb0ca |
---|---|
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 | |
12 | |
13 configure.ac: | |
14 gl_FUNC_FREXPL | |
15 gl_MATH_MODULE_INDICATOR([frexpl]) | |
16 | |
17 Makefile.am: | |
18 | |
19 Include: | |
20 <math.h> | |
21 | |
22 License: | |
23 LGPL | |
24 | |
25 Maintainer: | |
26 Bruno Haible, Paolo Bonzini | |
27 |