Function Composition
I have been playing around with Mathcad Prime 2.0 and have been rather impressed with how simple and intuative it is to use compared to previous versions of Mathcad. I love the mathematical notation because I don't have to learn an awful c-based programming language (eg Matlab), to do my work. That was until I discovered that to compose the functions f(x) and g(x), instead of the intuitive mathematical notation f.g(x), you have to resort to f(g(x)), which looks more like programming and less like maths. It looks particularly horrible when used on multiple functions f(g(h(k(m(n(x)))))) and has you counting parentheses (somewhat reminiscent of lisp, but without the awesomeness) versus the more elegant and correct f.g.h.k.m.n(x)
Surely, this can't be that hard to implement?

