arth_m Module



Used by

  • module~~arth_m~~UsedByGraph module~arth_m arth_m proc~fxhyp fxhyp proc~fxhyp->module~arth_m

Contents


Interfaces

public interface arth

  • privatepure function arth_r(first, increment, n)

    Arguments

    Type IntentOptional Attributes Name
    real, intent(in) :: first
    real, intent(in) :: increment
    integer, intent(in) :: n

    Return Value real, (n)

  • privatepure function arth_i(first, increment, n)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: first
    integer, intent(in) :: increment
    integer, intent(in) :: n

    Return Value integer, (n)