pow

inline fun pow(x: Float, y: Float): Float

Raises x to the power y.

Return

x raised to the power y

Parameters

x

the base

y

the exponent