Modifier and Type | Field and Description |
---|---|
String |
exponent
The exponent after the "E".
|
String |
significand
The significand (mantissa) before the "E".
|
Constructor and Description |
---|
ScientificNotation(String mantissa,
String exp)
Deprecated.
Use
Tokens.scientificNotation() instead. |
public final String significand
public final String exponent
@Deprecated public ScientificNotation(String mantissa, String exp)
Tokens.scientificNotation()
instead.Copyright © 2013–2016 jparsec. All rights reserved.