RosettaCodeData/Task/Function-composition/Mathematica/function-composition-3.math

3 lines
52 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
compose[f_, g_][x_] := f[g[x]]
compose[Sin, Cos][r]