[swift-evolution] [Review] SE-0067: Enhanced Floating Point Protocols
Stephen Canon
scanon at apple.com
Wed Apr 20 05:10:39 CDT 2016
On Apr 19, 2016, at 6:11 PM, Daniel Vollmer via swift-evolution <swift-evolution at swift.org> wrote:
> Why is this a static func compared to a static var for nan? Representation only known at run-time? Why is the second N in NaN capitalised?
This is a typo in the changes that were made to the draft. It should be:
static var signalingNan: Self { get }
– Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160420/030428bd/attachment.html>
More information about the swift-evolution
mailing list