Home | History | Annotate | Download | only in text

Lines Matching defs:EXPONENT

497      * '1,234E5' fails, but '1234E5' and '1,234E' pass ('E' is not an exponent when
1757 public static final Field EXPONENT = new Field("exponent");
1761 public static final Field EXPONENT_SIGN = new Field("exponent sign");
1765 public static final Field EXPONENT_SYMBOL = new Field("exponent symbol");
1804 if (this.getName().equals(EXPONENT.getName()))
1805 return EXPONENT;