RosettaCodeData/Task/Function-composition/Mathematica/function-composition-3.mathematica
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

2 lines
52 B
Mathematica

compose[f_, g_][x_] := f[g[x]]
compose[Sin, Cos][r]