is_not_zero Interface

public interface is_not_zero

Is the argument not exactly zero


Contents


Module Procedures

private elemental function is_not_zero_r32(scalar)

Arguments

Type IntentOptional Attributes Name
real(kind=real32), intent(in) :: scalar

Return Value logical

private elemental function is_not_zero_r64(scalar)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: scalar

Return Value logical

private elemental function is_not_zero_r128(scalar)

Arguments

Type IntentOptional Attributes Name
real(kind=real128), intent(in) :: scalar

Return Value logical

private elemental function is_not_zero_c32(scalar)

Arguments

Type IntentOptional Attributes Name
complex(kind=real32), intent(in) :: scalar

Return Value logical

private elemental function is_not_zero_c64(scalar)

Arguments

Type IntentOptional Attributes Name
complex(kind=real64), intent(in) :: scalar

Return Value logical

private elemental function is_not_zero_c128(scalar)

Arguments

Type IntentOptional Attributes Name
complex(kind=real128), intent(in) :: scalar

Return Value logical