If input box contains : 2+3 , then on pressing x^2 button * result we get : 25 { (2+3)^2 } * result we expected : 11 { 2+ sq(3) }
If input box contains : 2+3 , then on pressing x^2 button