*Info*
*Help*
Appearance
In the formula ‘2 x (1+y)’, ‘x’ was interpreted as a function name with ‘1+y’ as its argument. Assigning a value to a variable has no relation to a function by the same name. Joe needed to use an explicit ‘*’ symbol here: ‘2 x*(1+y)’.
2 x (1+y)
x
1+y
*
2 x*(1+y)