function xc = f_costante( f , c , ab ) g = @(x) f(x) - c ; xc = metodo_secanti(g, ab) ; end