within_real Module Procedure

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