Functions

Functions

A function relates an input to an output.

Functions are like a machine that has an input and an output.

And there is a relationship between the output the input.

f(x)

"f(x) = ... " is the classic way of writing a function.