powInPlace

open fun powInPlace(power: Double)

Computes x^power for each element in the array in place.

Parameters

power

the power

See also