notEqual Function

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

Relational operator to test the not-equality of floating point numbers.

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 operands are not equal to within numerical precision.


Calls

proc~~notequal~~CallsGraph proc~notequal notEqual proc~equal equal proc~notequal->proc~equal

Called by

proc~~notequal~~CalledByGraph proc~notequal notEqual interface~operator (.fne.) operator (.fne.) interface~operator (.fne.)->proc~notequal

Contents

None