std Interface

public interface std

Contents


Module Procedures

public pure function std_int(A) result(std)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: A(:)

Return Value real

public pure function std_real(A) result(std)

Arguments

Type IntentOptional AttributesName
real, intent(in) :: A(:)

Return Value real