The document discusses function composition. Function composition involves combining two functions, where the output of the inner function becomes the input of the outer function. The document provides examples of finding the composite function (f ∘ g)(x) given different inner and outer functions f(x) and g(x). It also gives examples of evaluating the composite function at specific values.