nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
ldexp
nulib
math
intrinsics
Computes n * 2
exp
.
@
safe
@
nogc
nothrow pure pragma(
inline
, true)
T
ldexp
(
T
)
(
T
n
,
int
exp
)
if
(
__traits(
isFloating
,
T
)
)
Parameters
n
T
The value
exp
int
The exponent
Return Value
Type:
T
value
*
pow
(
exp
,
2
)
.
Meta
Source
See Implementation
nulib
math
intrinsics
functions
abs
acos
acosh
asin
asinh
atan
atan2
atanh
ceil
cos
cosh
floor
ldexp
rint
round
sin
sinh
sqrt
tan
tanh
trunc
Computes n * 2exp.