Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

第四章的错误翻译 #73

Closed
vult137 opened this issue Jun 16, 2020 · 2 comments
Closed

第四章的错误翻译 #73

vult137 opened this issue Jun 16, 2020 · 2 comments

Comments

@vult137
Copy link

vult137 commented Jun 16, 2020

在第四章编码与演化中

当处理大量数据时,这个问题更严重了。例如,大于$2^{53}$的整数不能在IEEE 754双精度浮点数中精确表示,因此在使用浮点数(例如JavaScript)的语言进行分析时,这些数字会变得不准确。 Twitter上有一个大于$2^{53}$的数字的例子,它使用一个64位的数字来标识每条推文。 Twitter API返回的JSON包含了两种推特ID,一个JSON数字,另一个是十进制字符串,以此避免JavaScript程序无法正确解析数字的问题【10】。

此处的 “当处理大量数据” 按照上下文和比对英文原文应该为较大数据(如下文中提到的2^53的例子)

@buptzhoutian
Copy link

数据

用 "较大数字" 更好吧

@vult137
Copy link
Author

vult137 commented Jun 17, 2020

是的,更加严谨

@vult137 vult137 closed this as completed Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants