帮忙翻译一下这一段英文(不要自动翻译那种不通顺的)!

Boolean objects identified by keyword true or false. It
can be used as the values of the array elements as well as
dictionary entries.
Numeric objects consist of two main types, namely integer
objects and real objects. Integer objects is representation of
mathematical integer number, whereas real objects approximate
mathematical real numbers, with limited range and precision.
Integer numbers are written as one or more decimal
digits, optionally preceded by sign, and possibly converted
to real objects if it exceeds the implementation limit. A real
value is written in the similar fashion with integer, with an
optional sign, a leading, trailing, or embedded period. Unlike
the integer objects, if the value of real objects exceeds the
implementation limit, an error will occurs.

布尔对象通过关键词的真假来判断真假。它能被用来当做数组元素中的一个值,也能被用做字典项。数字对象包含两种主要类型,包括实数和整数,整数对象代表数学上的整数数字,实数对象代表数学上的实数数字,实数具有在有限的范围和精确度之内。整数对象常任意的在小数点之后写上一个或多个小数位数,假如输入的整数超过范围,它就可能被转换到实数对象中(注:在计算机中整数取值范围一般是-32768~32767,超过这个范围,数字就会转到实数型,实数型包括浮点型float和双精度浮点型double)。实数型写法跟整数型是一样的,包括一个小数点、一个头(指整数部分)和一个尾(指小数部分)。但实数对象有一点不像整数对象,假如实数对象超过了限制范围,计算机就会报错。
温馨提示:答案为网友推荐,仅供参考
第1个回答  2015-01-23
主题词确定的布尔对象真实或错误。它
能使用作为数组元素的价值以及?
辞条。
数字对象包括两种主要类型,即整数。
对象和实物。整数对象是表示法。
数学整数数字,而实物接近。
数学实数,与有限的范围和精确度。
整数数字被写作为一个或更多小数。
数字,随意地在标志之后和可能被转换?
对实物它是否超过实施极限。一真正?
价值在与整数的相似的时尚被写,与。
任意标志,带领,落后或者嵌入期间。不同
如果实物的价值超出,整数反对。
实施极限,错误意志发生。😫