The word operator sees use in at least two different ways.
We say that both addition and multiplication are binary operations and therefore the symbols + and * can be called operators.
This is not the interpretation that interests us for this article. Instead, here, we say that a function takes a number and returns another function. We then say that an operator takes a function and returns another function.
Hopefully you guessed that the function was f(x)=2x and you guessed that the operator was .
Operators are applied working from right to left.
The multiplication of Operators is Associative.