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