Returns true if and only if $arg1 is numerically greater than
$arg2.
op:numeric-greater-than( $arg1 as xs:numeric,$arg2 as xs:numericxs:booleanThe function call op:numeric-greater-than($A, $B) is defined to return the
same result as op:numeric-less-than($B, $A)