ldexp
fn
real ldexp(real n, int exp) @safe pure nothrow @nogcCompute n * 2exp References: frexp
fn
double ldexp(double n, int exp) @safe pure nothrow @nogcditto
fn
float ldexp(float n, int exp) @safe pure nothrow @nogcditto