$$s(a+b)$$
Does it mean s times a+b, or is s a funtion and take a+b as arguments?
$$(s(a+b))(c+d)$$
Does it mean s(a+b) times (c+d), or is s a high order function and s(a+b) return a function which then take c+d as arguments?
As a reader, how do I distinguish these cases?
As a writer, how can I make my formula super clear when it's needed?
I don't believe I'm the first one who find them confusing. I expect to see references/literatures. Thanks.