Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
bessi
Interface
14 statements
Source File
special_fun_modules.f90
nr
bessi
Contents
Functions
bessi_s
bessi_v
public interface bessi
Contents
Functions
bessi_s
bessi_v
Functions
public function bessi_s(n, x)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=I4B),
intent(in)
::
n
real(kind=SP),
intent(in)
::
x
Return Value
real(kind=SP)
public function bessi_v(n, x)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=I4B),
intent(in)
::
n
real(kind=SP),
intent(in),
DIMENSION(:)
::
x
Return Value
real(kind=SP), DIMENSION(size(x))