operator(.within.) Interface

public interface operator(.within.)

Functions

private elemental module function within_double_precision(operands, tolerance) result(test_diagnosis)

Arguments

Type IntentOptional Attributes Name
type(operands_t(double_precision)), intent(in) :: operands
double precision, intent(in) :: tolerance

Return Value type(test_diagnosis_t)

private elemental module function within_real(operands, tolerance) result(test_diagnosis)

Arguments

Type IntentOptional Attributes Name
type(operands_t), intent(in) :: operands
real, intent(in) :: tolerance

Return Value type(test_diagnosis_t)