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