Returning an answer

A function that calculates the square root of a number needs to be able to send the square root value back to the program that called the function.

It wouldn't be very useful if the function calculated the square root and then kept it a secret.

The process of sending back an answer is commonly referred to as returning a value.