-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
5.0
-
x86
-
windows_2000
Name: js151677 Date: 08/05/2004
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
floor(...) rounds down. Then, it returns the largest (closest to positive infinity) floating-point value that is not greater than the argument and is equal to a mathematical integer.
ceil(...) rounds up. Then, it returns the smallest (closest to negative infinity) floating-point value that is not less than the argument and is equal to a mathematical integer.
REPRODUCIBILITY :
This bug can be reproduced always.
Release Regression From : 1.4.2
The above release value was the last known release where this
bug was known to work. Since then there has been a regression.
(Incident Review ID: 295782)
======================================================================
- relates to
-
JDK-5031749 REGRESSION: Javadoc for Math.floor() contradicts itself
- Resolved