ldexp

ldexp is a built-in function in `C source code'.

(ldexp SGNFCAND &optional EXPONENT)

Construct number X from significand SGNFCAND and exponent EXP.
Returns the floating point value resulting from multiplying SGNFCAND
(the significand) by 2 raised to the power of EXP (the exponent).