Seems reasonable enough.<br><br><br><div class="gmail_quote"><div dir="ltr">On Mon, Jul 11, 2016 at 16:28 Stephen Canon via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">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">Post SE-0067 FloatingPoint provides the usual global operators, as well as a single global function:<br>
<br>
        func sqrt&lt;T: FloatingPoint&gt;(_: T) -&gt; T<br>
<br>
It seems out of place and lonely, and it would be nice if we can keep the default members of the global namespace to a minimum.<br>
<br>
I’d like to suggest removing this global from FloatingPoint while keeping the existing global functions for concrete types in the Darwin.C module.  The square root operation would still be available for all FloatingPoint types as `.squareRoot()`.<br>
<br>
I would also plan to provide this and other math.h-ish globals in a future (post swift 3) Math module.<br>
<br>
– Steve<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>