Uses of Class
org.jparsec.Tokens.ScientificNotation
Packages that use Tokens.ScientificNotation
-
Uses of Tokens.ScientificNotation in org.jparsec
Fields in org.jparsec with type parameters of type Tokens.ScientificNotationModifier and TypeFieldDescriptionstatic final Parser<Tokens.ScientificNotation> Terminals.ScientificNumberLiteral.PARSERParserthat recogniesTokens.ScientificNotationtokens.(package private) static final Function<String, Tokens.ScientificNotation> TokenizerMaps.SCIENTIFIC_NOTATIONAFunctionthat recognizes a scientific notation and tokenizes to aTokens.ScientificNotation.static final Parser<Tokens.ScientificNotation> Terminals.ScientificNumberLiteral.TOKENIZERA tokenizer that parses a scientific notation and converts the string to aTokens.ScientificNotationvalue.Methods in org.jparsec that return Tokens.ScientificNotationModifier and TypeMethodDescriptionstatic Tokens.ScientificNotationTokens.scientificNotation(String significand, String exponent)