var a = -Double.infinity var b = Double.NaN https://developer.apple.com/library/prerelease/mac/documentation/Swift/Reference/Swift_Double_Structure/index.html#//apple_ref/swift/structdata/Double/s:ZvSd8infinitySd
> Am 20.08.2015 um 15:40 schrieb Gerriet M. Denkmann <[email protected]>: > > How to translate this into Swift 2.0: > > double a = -HUGE_VAL > double b = NAN > > Gerriet. > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Xcode-users mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/xcode-users/below%40mac.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
