Likewise, FWIW, +0 is ordered above -0 but is equal to it, so less than or equal to is not the same thing as being ordered at or below.<br><div class="gmail_quote"><div dir="ltr">On Wed, Apr 20, 2016 at 16:05 Xiaodi Wu &lt;<a href="mailto:xiaodi.wu@gmail.com">xiaodi.wu@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Less than or equal to is not the same as not greater than, because two unordered values are not less than or equal to and also not greater than.<br><div class="gmail_quote"><div dir="ltr">On Wed, Apr 20, 2016 at 15:51 plx via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>FWIW, you can avoid the multiple-preposition issue it differently:</div><div><br></div><div>- isLessThanOrEqual(to:) =&gt; isNotGreaterThan(_:), isAtOrBelow(_:), etc.</div><div><br></div><div>…neither of which I can claim to really like, but such possibilities exist.</div><div><br></div><div>Offering in case there&#39;s a better phrasing along similar lines.</div></div><div style="word-wrap:break-word"><div><br></div><div><blockquote type="cite"><div>On Apr 20, 2016, at 3:08 PM, Xiaodi Wu via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:</div><br><div><div style="white-space:pre-wrap">I&#39;m saying something else. The preposition that goes with &quot;less&quot; is &quot;than,&quot; while &quot;to&quot; goes only with &quot;equal.&quot; By making &quot;to&quot; a parameter label you&#39;ve got {less than or equal} to, which is inelegant because the label cannot be distributed to both parts--i.e. one cannot say &quot;less than to or equal to.&quot;<br><br>Put another way, I could just as well rewrite the method as `equalToOrLess(than:)`. Now, the parameter is labeled &quot;than&quot; instead of &quot;to,&quot; yet the parameter serves the same purpose. Thus, I argue that the proposed method name may meet the letter of the Swift guidelines but is awkward.<br></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Apr 20, 2016 at 14:44 Dave Abrahams via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
on Tue Apr 19 2016, Xiaodi Wu &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br>
<br>
&gt;  * What is your evaluation of the proposal?<br>
&gt;<br>
&gt; +1 in intent. Specifics require further refinement. For example:<br>
&gt;<br>
&gt; Internal inconsistencies in capitalization:<br>
&gt; * `signalingNaN` but `isSignalingNan` and `isNan`<br>
&gt;<br>
&gt; Parameter labels, or whatever they&#39;re called now, do not reflect newly<br>
&gt; adopted Swift syntax in SE-0046:<br>
&gt; * `static func maximum(x: Self, _ y: Self) -&gt; Self` should be `static<br>
&gt; func maximum(_ x: Self, _ y: Self) -&gt; Self`, etc.<br>
&gt;<br>
&gt; Infelicitous use of prepositions to conform superficially to new<br>
&gt; naming guidelines:<br>
&gt; * `isEqual(to:)` is fine, but for consistency there&#39;s<br>
&gt; `isLessThanOrEqual(to:)`, which is not fine, because the preposition<br>
&gt; &quot;to&quot; applies only to &quot;equal&quot; and not to &quot;less than&quot;<br>
<br>
That seems like a huge stretch to me.  Are you claiming it&#39;s wrong to<br>
say “x is less than or equal to y,” or are you saying something else?<br>
<br>
--<br>
Dave<br>
<br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</blockquote></div>
_______________________________________________<br>swift-evolution mailing list<br><a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br></div></blockquote></div><br></div>_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</blockquote></div></blockquote></div>