RosettaCodeData/Task/Function-composition/Mathematica/function-composition-3.math
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
52 B
Text

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