import kotlin.math.*

It's quite boring to have to write import kotlin.math.* each time you want to use useful functions such as max(), min(), sqrt() or pow()

It would be super useful if kotlin.math.* would be automatically imported so we would'nt have to care about it

Comments (1)