Discussion 解説
For any finite value x
, x
is greater than x
. For nan
or infinity
, x
is x
itself. The following special cases also apply:
何らかの有限値x
に対して、x
はx
より大きいです。nan
またはinfinity
に対して、x
はx
それ自身です。以下の特別な場合もまた適用されます:
If
x
is-infinity
, thenx
is.next Up -greatest
.Finite Magnitude x
が-infinity
ならば、そのときx
は.next Up -greatest
です。Finite Magnitude If
x
is-least
, thenNonzero Magnitude x
is.next Up -0
..0 x
が-least
ならば、そのときNonzero Magnitude x
は.next Up -0
です。.0 If
x
is zero, thenx
is.next Up least
.Nonzero Magnitude x
がゼロならば、そのときx
は.next Up least
です。Nonzero Magnitude If
x
isgreatest
, thenFinite Magnitude x
is.next Up infinity
.x
がgreatest
ならば、そのときFinite Magnitude x
は.next Up infinity
です。
Note 注意
This documentation comment was inherited from Floating
.
この文書化コメントは、Floating
から引き継がれました。