within_double_precision Module Procedure

module procedure within_double_precision 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)