Function Composition

Lesson Summary: 
We define the composition of two functions where the results of one function are applied to another. Function composition is denoted by $(f\circ g)(x)$ and is equal to $f(g(x))$.
Lesson Inputs: 
Lesson Outputs: