real_is_equal Function

private elemental function real_is_equal(value, base, tol)

Equality check between real values

Arguments

TypeIntentOptionalAttributesName
real(kind=dp), intent(in) :: value

the real value(s) to check

real(kind=dp), intent(in) :: base

the value(s) to compare against

real(kind=dp), intent(in), optional :: tol

optional tolerance

Return Value logical


Contents

None