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