Passing parameters

This process of  providing information to a function when you invoke it is commonly referred to as passing parameters to the function.

For the square root function, you need to pass a parameter whose value is the number for which you need the square root.