datatable.math.pow()

Number x raised to the power y. The return value will be float, even if the arguments x and y are integers.

This function is equivalent to x ** y.