Now you know that kotlin.math groups multiple functions; one of them is sqrt, that calculates the square root of passed value.
Call sqrt function in the same way as we called the abs, calculate the square root of the number and print the resulting value.