Skip to content

Composition

Composes functions — Composition[f, g][x] == f[g[x]].

$ wo 'Composition[f, g][x]'
f[g[x]]