Discussion 解説
Infinity compares greater than all finite numbers and equal to other infinite values. 無限大は、すべての有限の数より大きい、そして他の無限大の値と等しいと比較されます
let x = Double.greatestFiniteMagnitude
let y = x * 2
// y == Double.infinity
// y > x
Note 注意
This documentation comment was inherited from Floating
.
この文書化コメントは、Floating
から引き継がれました。