Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
zbrent
Interface
14 statements
Source File
special_fun_modules.f90
nr
zbrent
Contents
None
interface
public function zbrent(func, x1, x2, tol)
Arguments
Type
Intent
Optional
Attributes
Name
function func(x)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=SP),
intent(in)
::
x
Return Value
real(kind=SP)
real(kind=SP),
intent(in)
::
x1
real(kind=SP),
intent(in)
::
x2
real(kind=SP),
intent(in)
::
tol
Return Value
real(kind=SP)