This is an example of the use of a Mathematica built-in function. How is a function
used differently from a binary operator?

Click here for the answer

Binary operators (such as ``+'') always appear between their two arguments,
as in ``2+3''. Built-in functions appear first, followed by their arguments.
The arguments appear in square brackets, and are separated by commas if there is
more than one.