Greater than: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Main|Comparison function}} {{Built-in|Greater than|<nowiki><</nowiki>}} is a comparison function which tests whether the left argument is Tolerant comparison|tole...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Main|Comparison function}} | {{Main|Comparison function}} | ||
{{Built-in|Greater than|<nowiki> | {{Built-in|Greater than|<nowiki>></nowiki>}} is a [[comparison function]] which tests whether the left [[argument]] is [[Tolerant comparison|tolerantly]] greater than and not equal to the right argument, returning 1 if this is the case and 0 otherwise. It is the [[Not|negation]] of [[Less than or Equal to]] (<source lang=apl inline>≤</source>). | ||
== External links == | == External links == |
Revision as of 15:15, 27 March 2020
- Main article: Comparison function
>
|
Greater than (>
) is a comparison function which tests whether the left argument is tolerantly greater than and not equal to the right argument, returning 1 if this is the case and 0 otherwise. It is the negation of Less than or Equal to (≤
).
External links
Documentation