factln Interface

public interface factln

Contents


Functions

public function factln_s(n)

Arguments

Type IntentOptional AttributesName
integer(kind=I4B), intent(in) :: n

Return Value real(kind=SP)

public function factln_v(n)

Arguments

Type IntentOptional AttributesName
integer(kind=I4B), intent(in), DIMENSION(:):: n

Return Value real(kind=SP), DIMENSION(size(n))