What is the exponent operator in Kotlin. I assumed it would be ** but it seems to throw up an error in my code.
**
when (pendingOperation) { \"
use extension method pow
inline fun Double.pow(x: Double): Double (source)
for more detail pow