``` val y = 9.0 y.pow(2) ``` also doesn't work
# getting-started
a
Copy code
val y = 9.0
y.pow(2)
also doesn't work