Composition of functions g◦f means applying the function g to the output of f. You apply f first to get an output in its range, then apply g to that output. For example, if f maps x to y, then g◦f maps x to g(y). The composition only includes values where both functions are defined, staying within their domains and ranges. An example composition is given of functions f: A→B and g: B→C, showing how to follow the inputs and outputs through each function to determine the composition g◦f.