public interface mean
Functions
public pure module function mean_real_kind(x)
Arguments
Type |
Intent | Optional | 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 |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=fffc_int_kind),
|
intent(in) |
|
|
:: |
x(:) |
|
Return Value
integer(kind=fffc_int_kind)