exponentSymbol
The string used to represent an exponent symbol.
Declaration
var exponentSymbol: String! { get set }Discussion
By default, this property is set to the latin capital letter e (E).
The exponent symbol is the “E” or “e” in the scientific notation of numbers, as in “1.0E+42”.