real_is_zero Function

private elemental function real_is_zero(value, tol)

Checks if real values are zero

Arguments

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

the real value(s) to check

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

optional tolerance

Return Value logical


Contents

None