WignerD
Source Files
Modules
Procedures
factorial
Interface
MIT
4 statements
Source File
wignerd__functions.f
wignerd__functions
factorial
Contents
Module Procedures
factorial_int
factorial_real
public interface factorial
Returns for integer or double precision real
Module Procedures
private pure elemental function factorial_int(n) result(res)
Returns for integer
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n
Return Value
real(kind=rp)
private pure elemental function factorial_real(n) result(res)
Returns for double precision real
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=rp),
intent(in)
::
n
Return Value
real(kind=rp)