Discussion 解説
This value compares less than or equal to all positive normal numbers. There may be smaller positive numbers, but they are subnormal, meaning that they are represented with less precision than normal numbers. この値は、すべての正のノーマル数に対してより少ないか等しいと比較されます。より小さい正の数があるでしょう、しかしそれらはサブノーマルであり、それらがノーマル数よりより少ない精密さで表現されることを意味しています。
This value corresponds to type-specific C macros such as FLT
and DBL
. The naming of those macros is slightly misleading, because subnormals, zeros, and negative numbers are smaller than this value.
この値は、型固有のCマクロ、例えばFLT
およびDBL
に相当します。これらのマクロの命名の仕方は少しばかり誤解させます、なぜならサブノーマル、ゼロ、そして負の数はこの値より小さいからです。
Note 注意
This documentation comment was inherited from Floating
.
この文書化コメントは、Floating
から引き継がれました。