I have been trying to figure out how to programmatically find a square root of a number in Swift. I am looking for the simplest possible way to accomplish with as little code ne
sqrt function for example sqrt(4.0)
sqrt(4.0)