blob: 517a40a8dd2b8e91ec8c0aa6f6207c920e905ab0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
Description:
ldexpl() function: multiply a 'long double' by a power of 2.
Files:
lib/ldexpl.c
m4/ldexpl.m4
Depends-on:
math
isnanl [test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no]
fpucw [test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no]
configure.ac:
gl_FUNC_LDEXPL
gl_MATH_MODULE_INDICATOR([ldexpl])
Makefile.am:
Include:
<math.h>
Link:
$(LDEXPL_LIBM)
License:
LGPL
Maintainer:
Bruno Haible, Paolo Bonzini
|