The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
ldexp
core
math
Compute n * 2
exp
References: frexp
float
ldexp
(float n, int exp)
double
ldexp
(double n, int exp)
version(LDC)
@
nogc
nothrow @
safe
pure pragma(
inline
, true)
double
ldexp
(
double
n
,
int
exp
)
Meta
Source
See Implementation
core
math
aliases
cos
fabs
rint
rndtol
sin
functions
ldexp
rndtonl
sqrt
toPrec
Compute n * 2exp References: frexp