operator (.fge.) Interface

private interface operator (.fge.)

Calls

interface~~operator (.fge.)~~CallsGraph interface~operator (.fge.) operator (.fge.) proc~greaterthanorequal greaterThanOrEqual interface~operator (.fge.)->proc~greaterthanorequal proc~greaterthan greaterThan proc~greaterthanorequal->proc~greaterthan proc~equal equal proc~greaterthanorequal->proc~equal

Contents


Module Procedures

private elemental function greaterThanOrEqual(a, b) result(res)

Relational operator to test if one operand is greater than or equal to another.

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(in) :: a

Floating point value to be compared.

real(kind=rk), intent(in) :: b

Floating point value to be compared.

Return Value logical

The result is a logical value indicating whether the operand a is greater than or equal to b by more than the spacing between representable floating point numbers.