Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
beta
Interface
12 statements
Source File
special_fun_modules.f90
nr
beta
Contents
Functions
beta_s
beta_v
public interface beta
Contents
Functions
beta_s
beta_v
Functions
public function beta_s(z, w)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=SP),
intent(in)
::
z
real(kind=SP),
intent(in)
::
w
Return Value
real(kind=SP)
public function beta_v(z, w)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=SP),
intent(in),
DIMENSION(:)
::
z
real(kind=SP),
intent(in),
DIMENSION(:)
::
w
Return Value
real(kind=SP), DIMENSION(size(z))