factorial Interface

public interface factorial

Contents


Module Procedures

public pure recursive function factorialInt32(n) result(ret)

Arguments

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

Return Value integer(kind=int64)

public pure recursive function factorialReal64(n) result(ret)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: n

Return Value real(kind=real64)