Functions indicate the functional relationship between two variables usually named x and y. Where y is modified directly by x.
f(x)=x
It tells you what will the value of y be for a determined value of x, this one is written inside the parenthesis.
f(6)=-1
Can be expressed as:
f(x=6)=-1
This means that for the value of x=6, the variable y=-1