Posts tagged functional notation
Functional notation and evaluating functions

Functional notation is a way of writing a function. Traditionally f(x) is how a function is written, but really any variables may be used. The function name is the f or the variable outside of parentheses and the variable used for input is x or the variable that’s inside the parentheses.

Read More