This is a beta autodoc build; expect bugs and missing information.
std
math
ldexp
fn
ldexp
(
x
:
anytype
,
n
:
i32
)
@TypeOf
(
x
)
[
src
]
Returns x * 2^n.
Parameters
x
:
anytype
,
n
:
i32
,