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.PARSER
Parser
that recogniesTokens.ScientificNotation
tokens.(package private) static final Function
<String, Tokens.ScientificNotation> TokenizerMaps.SCIENTIFIC_NOTATION
AFunction
that recognizes a scientific notation and tokenizes to aTokens.ScientificNotation
.static final Parser
<Tokens.ScientificNotation> Terminals.ScientificNumberLiteral.TOKENIZER
A tokenizer that parses a scientific notation and converts the string to aTokens.ScientificNotation
value.Methods in org.jparsec that return Tokens.ScientificNotationModifier and TypeMethodDescriptionstatic Tokens.ScientificNotation
Tokens.scientificNotation
(String significand, String exponent)