Discussion 解説
A binade is a set of binary floating-point values that all have the same sign and exponent. The binade
property is a member of the same binade as this value, but with a unit significand.
binadeは、バイナリ浮動小数点値の一揃いです、それは全てが同じ符号と指数を持ちます。binade
プロパティは、この値と同じbinadeに属するあるメンバです、しかしある単位仮数を持ちます。
In this example, x
has a value of 21
, which is stored as 1
, where **
is exponentiation. Therefore, x
is equal to 1
, or 16
.
この例において、x
は21
の値を持ちます、それは1
として格納されます、ここで**
は冪です。それゆえに、x
は1
、または16
と等しいです。
Note 注意
This documentation comment was inherited from Binary
.
この文書化コメントは、Binary
から引き継がれました。