According to the same Javadoc:
If the argument is NaN
or an infinity or positive zero or negative zero, then the result is the same as the argument. Can't do that with an int
.
The largest double
value is also larger than the largest int
, so it would have to be a long
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…