< prev index next >

src/java.base/share/classes/java/lang/Float.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 360,370 **** * * where <i>Sign</i>, <i>FloatingPointLiteral</i>, * <i>HexNumeral</i>, <i>HexDigits</i>, <i>SignedInteger</i> and * <i>FloatTypeSuffix</i> are as defined in the lexical structure * sections of ! * <cite>The Java&trade; Language Specification</cite>, * except that underscores are not accepted between digits. * If {@code s} does not have the form of * a <i>FloatValue</i>, then a {@code NumberFormatException} * is thrown. Otherwise, {@code s} is regarded as * representing an exact decimal value in the usual --- 360,370 ---- * * where <i>Sign</i>, <i>FloatingPointLiteral</i>, * <i>HexNumeral</i>, <i>HexDigits</i>, <i>SignedInteger</i> and * <i>FloatTypeSuffix</i> are as defined in the lexical structure * sections of ! * <cite>The Java Language Specification</cite>, * except that underscores are not accepted between digits. * If {@code s} does not have the form of * a <i>FloatValue</i>, then a {@code NumberFormatException} * is thrown. Otherwise, {@code s} is regarded as * representing an exact decimal value in the usual
< prev index next >