mantissa
常見例句
- For double-precision floating point, 11 bits are dedicated to the exponent and 52 bits to the mantissa.
(2 -2),依此類推。 對于雙精度浮點(diǎn)數(shù),用 11 位表示指數(shù),52 位表示尾數(shù)。 - Doubles are encoded in much the same way except that they use a 52-bit mantissa and an 11-bit exponent for higher precision.
雙精度數(shù)是以類似的方式編碼的,但是它使用 52 位的尾數(shù)和 11 位的指數(shù)來獲得更高的精度。 - With some effort, you could separately find the mantissa, take its log, and add that value to the exponent, but that's hardly worth the effort.
通過一些步驟,就可以找到尾數(shù)、取尾數(shù)的對數(shù)并將該值添加到指數(shù),但這有些費(fèi)勁。 返回 mantissa