Functions Math Cpp evaluate functions $\sqrt{1+cos^2(x)}$ sqrt(1+pow(cos(x),2)) $sin(2x^2+1)$ sin(2*x^2+1) $ 1/(x^2+1)$ 1/(x^2+1)