I can understand why
Double.RawSignificand is UInt64
and
Float.RawSignificand is UInt32

But I can't understand why both
Double.RawExponent
and
Float.RawExponent
should be UInt.

Why aren't they also just UInt64 and UInt32, resp.?

/Jens
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to