> On Oct 5, 2016, at 11:36 AM, Lars-Jørgen Kristiansen <[email protected]> 
> wrote:
> 
> And thought that i would receive a overflows when stored into 'Float' 
> error...?

It doesn’t overflow. (I think the maximum value of Float is around 1e37.) There 
just isn’t enough precision to represent it exactly, which is pretty common; 
the usual example is that 0.1 can’t be represented exactly by any size binary 
floating-point.

—Jens
_______________________________________________
swift-users mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to