But because you only have a finite number of bits, the takeaway for today is that there's only so much precision.
因为只有有限个比特,今天的重点就是,它就这么点精度。
That kind of problem tends to arise because they're using a language or a computer that only has finite precision and so there are rounding errors.
这类问题已经日趋严重了,由于他们使用的语言或电脑,都是精度有限的,因此存在这样的问题。
So, a 32 bit of float gives you a bunch of precision.
2比特的浮点型数据精度更大。
So it turns out there's a solution to this: If you need more precision, more digits after the decimal point than a float allows, what do you go for instead?
所以这里有一个解决方案:,如果你需要比float类型允许的更高精度,小数点后更多位数,那你该用什么取代它?
So what data type can we use to actually get more bits of precision than an int?
所以我们能用什么数据类型来表示,比int类型更多位数的数呢?
应用推荐