sq

fun sq(v: Int): Int
fun sq(v: Float): Float
fun sq(v: Double): Double

Deprecated

Replace with

v.squared()