Wednesday, 7 August 2013

soft question - why function argument is on right side $f(x)$ rather than on left side as $xf$

Is there an advantage for writing function arguments on the right side as $f(x)$ rather than on the left side as $xf$? The latter looks more natural if we think about it in diagram as $domain \xrightarrow f codomain$, and it will make the function composition easier?

No comments:

Post a Comment