bisect Subroutine

public subroutine bisect(f, x1, x2, eps, Niter, flag)

Arguments

Type IntentOptional Attributes Name
private function f(x)
Arguments
Type IntentOptional Attributes Name
real(kind=8) :: x
Return Value real(kind=8)
real(kind=8) :: x1
real(kind=8) :: x2
real(kind=8), optional :: eps
integer, optional :: Niter
integer, optional :: flag