At the call of a function you have to specify the name of the function followed by the function's parameters list, written between round parentheses.
For example, to extract the square root of a number x, we could call the function sqrt() with the parameter x like this: sqrt(x).