Have you tried `fun div(x: Float, y: Float): Float...
# random
d
Have you tried
fun div(x: Float, y: Float): Float = x / y
?