R/Examples/example_FindRoots.R

Defines functions fun

#EXAMPLE 1:
 fun <- function(t) sin(t^3 + t^2 + t)
 A   <- 0
 B   <- 5
 roots <- FindRoots(fun,A,B)
gajdosandrej/CharFunToolR documentation built on June 3, 2024, 7:46 p.m.