In the example shown in the previous segment, the argument is a constant expression, but, of course, arguments can be variable expressions, such as r, or expressions containing operators, such as r + 1.0:
r
r + 1.0