real_is_negative Function

private elemental function real_is_negative(value)

Check if values are or contain negative numbers

Arguments

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

the real value(s) to check

Return Value logical


Contents

None