datatable.math.ldexp()

Multiply x by 2 raised to the power y, i.e. compute x * 2**y. Column x is expected to be float, and y integer.