near_zero_real_dp Function

private elemental function near_zero_real_dp(x, epsilon) result(res)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: x
real(kind=dp), intent(in), optional :: epsilon

Return Value logical


Contents