factor Subroutine

subroutine factor(n, nf, fac)

Uses


FACTOR determines the factors of an integer.

Arguments

Type IntentOptional Attributes Name
integer :: n
integer :: nf
real(kind=prec) :: fac(*)