array_epsilon Interface

public interface array_epsilon

Contents


Module Procedures

public function array_epsilon_r32(array) result(eps)

Arguments

Type IntentOptional AttributesName
real(kind=real32), intent(in), dimension(:):: array

Return Value real(kind=real32)

public function array_epsilon_r64(array) result(eps)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in), dimension(:):: array

Return Value real(kind=real64)