is_ieee_positive_zero Interface

public interface is_ieee_positive_zero

Checks whether x is ieee_positive_zero


Module Procedures

private pure elemental function is_ieee_positive_zero_class(x) result(status)

Checks whether x is ieee_positive_zero

Arguments

Type IntentOptional Attributes Name
type(ieee_class_type), intent(in) :: x

Return Value logical

private pure elemental function is_ieee_positive_zero_real32(x) result(status)

Checks whether x is ieee_positive_zero

Arguments

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

Return Value logical

private pure elemental function is_ieee_positive_zero_real64(x) result(status)

Checks whether x is ieee_positive_zero

Arguments

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

Return Value logical

private pure elemental function is_ieee_positive_zero_real128(x) result(status)

Checks whether x is ieee_positive_zero

Arguments

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

Return Value logical