Usage Arguments Author(s) Examples
View source: R/puntofijo.R
1
punto.fi(fx, x, tol)
fx
Funcion.
x
Punto inicial.
tol
Tolerancia.
Luis MARON
1 2 3
##---- Ejemplito xD ---- .fun <- function(x) cos(x)-exp(-x^2)+x punto.fi(.fun,x = 1.5,tol = 10^-4)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.