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