Discussion 解説
For any finite value, this property provides a string that can be converted back to an instance of Float80
without rounding errors. That is, if x
is an instance of Float80
, then Float80(x
is always true. For any NaN value, the property’s value is “nan”, and for positive and negative infinity its value is “inf” and “-inf”.
あらゆる有限の値に対して、このプロパティはある文字列を提供します、それは丸め誤差なしに逆にFloat80
のインスタンスへと変換されることが可能です。すなわち、x
がFloat80
のインスタンスならば、そのときFloat80(x
は常に真です。あらゆるNaN値に対して、このプロパティの持つ値は “nan” です、そして正と負の無限大に対してそれの値は “inf” と “-inf” です。