Ejemplo n.º 1
0
 protected String obtener_datos()
 {
     secante = new SecanteController(this.ecuacion_n.Text, 0, 0);
     return(secante.obtener_datos());
 }