also wondering about `Math.pow(it.toDouble(), 2.0)...
# announcements
n
also wondering about `Math.pow(it.toDouble(), 2.0).toInt()`: why is that not simply
it * it
?