A function is written as the function’s name followed by parentheses containing the input to the function.
If the function has multiple inputs, the inputs are separated by commas like so:
A function’s input can be called by many names: parameters, variables and arguments. To read about what functions are and how they are used in math see this page.