|
The significand (also mantissa or coefficient) is part of a number in scientific notation or a floating-point number, consisting of its significant digits. Depending on the interpretation of the exponent, the significand may represent an integer or a fraction. The word ''mantissa'' seems to have been introduced by Arthur Burks in 1946 writing for the Institute for Advanced Study at Princeton, although this use of the word is discouraged by the IEEE floating-point standard committee as well as some professionals such as the creator of the standard William Kahan. ==Example== The number 123.45 can be represented as a decimal floating-point number with the integer 12345 as the significand and −2 as the exponent (and 10 as the base). Its value is given by the following arithmetic: : 12345 × 10−2 This same value can also be represented in normalized form with 1.2345 as the fractional coefficient, and +2 as the exponent (and 10 as the base): : 1.2345 × 10+2 For base 2, this 1.xxxx form is also called a normalized significand. Finally, the value can be represented in the format given by the Language Independent Arithmetic standard and several programming language standards, including Ada, C, Fortran and Modula-2, as: : 0.12345 × 10+3 This later 0.xxxx form is called a normed significand. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Significand」の詳細全文を読む スポンサード リンク
|