Question 485835
You cannot do f(a=h). Presuming you want f(a+h) (since Shift+"=" gets +) then f(a+h) is simply (a+h)^2, or a^2 + 2ah + h^2.