4.12.1.5 Composition of functions Flashcards
1
Q
What is meant by composition of functions / functional composition?
A
creating a new function by combining two existing functions
F: A -> B
G: B -> C
in F: A is the domain and B is the codomain, in G: B is the domain and C is the codomain
the result of function F becomes the input for function G