operator (.fle.) Interface

private interface operator (.fle.)

Calls

interface~~operator (.fle.)~~CallsGraph interface~operator (.fle.) operator (.fle.) proc~lessthanorequal lessThanOrEqual interface~operator (.fle.)->proc~lessthanorequal proc~equal equal proc~lessthanorequal->proc~equal proc~lessthan lessThan proc~lessthanorequal->proc~lessthan

Contents


Module Procedures

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

Relational operator to test if one operand is less 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 less than or equal to b by more than the spacing between representable floating point numbers.