Annotated edit history of
ldexp(3) version 1, including all changes.
View license author blame.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
LDEXP |
|
|
2 |
!!!LDEXP |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
CONFORMING TO |
|
|
7 |
SEE ALSO |
|
|
8 |
---- |
|
|
9 |
!!NAME |
|
|
10 |
|
|
|
11 |
|
|
|
12 |
ldexp - multiply floating-point number by integral power of 2 |
|
|
13 |
!!SYNOPSIS |
|
|
14 |
|
|
|
15 |
|
|
|
16 |
__#include |
|
|
17 |
__ ''x''__, int__ ''exp''__); |
|
|
18 |
__ |
|
|
19 |
!!DESCRIPTION |
|
|
20 |
|
|
|
21 |
|
|
|
22 |
The __ldexp()__ function returns the result of |
|
|
23 |
multiplying the floating-point number ''x'' by 2 raised |
|
|
24 |
to the power ''exp''. |
|
|
25 |
!!CONFORMING TO |
|
|
26 |
|
|
|
27 |
|
|
|
28 |
SVID 3, POSIX, BSD 4.3, ISO 9899 |
|
|
29 |
!!SEE ALSO |
|
|
30 |
|
|
|
31 |
|
|
|
32 |
frexp(3), modf(3) |
|
|
33 |
---- |
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.