The function tool becomes very limiting when you start making more complicated functions. For example if I want to make a function that Calculates the average power in a line as you whip it around with.
$P_{av}=\sqrt{F\mu}A^2\omega^2$
as it is now when I would do something like
function
function Pav sqrt(\x\y)\z^2\A^2
But if I ever forget the variables represent The Variable names do little to help me Remember. It would be great if I could do something like ...
function Pav sqrt(\{Tension*}\{ Liner Density})\{angular frequency}^2*\{amplitude}^2
The function tool becomes very limiting when you start making more complicated functions. For example if I want to make a function that Calculates the average power in a line as you whip it around with. $P_{av}=\sqrt{F\mu}A^2\omega^2$ as it is now when I would do something like function
But if I ever forget the variables represent The Variable names do little to help me Remember. It would be great if I could do something like ...