>> f = sin + cos; f(pi / 4) 0 >> h = x -> sqrt(x^2 + 1); >> h1 = f + h; >> h1(0) 2 >> g = 2 - sin; >> g(pi/2) 2.141592654