Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
bessj
Interface
14 statements
Source File
special_fun_modules.f90
nr
bessj
Contents
Functions
bessj_s
bessj_v
public interface bessj
Contents
Functions
bessj_s
bessj_v
Functions
public function bessj_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 bessj_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))