Package org.jparsec
Class Tokens.ScientificNotation
java.lang.Object
org.jparsec.Tokens.ScientificNotation
- Enclosing class:
Tokens
Represents a scientific notation with a significand (mantissa) and an exponent. Both are
represented with a
String
to avoid number range issue.-
Field Details
-
significand
The significand (mantissa) before the "E". -
exponent
The exponent after the "E".
-
-
Constructor Details
-
ScientificNotation
Deprecated.UseTokens.scientificNotation()
instead.
-
-
Method Details
Tokens.scientificNotation()
instead.