3 lines
41 B
Mathematica
3 lines
41 B
Mathematica
Composition[f,g,h][x]
|
|
f@g@h@x
|
|
x//h//g//f
|
Composition[f,g,h][x]
|
|
f@g@h@x
|
|
x//h//g//f
|