< prev index next >

src/java.base/share/classes/sun/misc/FloatingDecimal.java

Print this page

        

*** 152,162 **** */ public int getDigits(char[] digits); /** * Indicates the sign of the value. ! * @return <code>value < 0.0</code>. */ public boolean isNegative(); /** * Indicates whether the value is either infinite or not a number. --- 152,162 ---- */ public int getDigits(char[] digits); /** * Indicates the sign of the value. ! * @return {@code value < 0.0}. */ public boolean isNegative(); /** * Indicates whether the value is either infinite or not a number.
< prev index next >