fffc_stats Module


Uses

Used by


Contents


Interfaces

public interface mean

  • public pure module function mean_real_kind(x)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=fffc_real_kind), intent(in) :: x(:)

    Return Value real(kind=fffc_real_kind)

  • public pure module function mean_int_kind(x)

    Arguments

    Type IntentOptional Attributes Name
    integer(kind=fffc_int_kind), intent(in) :: x(:)

    Return Value integer(kind=fffc_int_kind)