public void setExponentSeparator (String exp)

Sets the string used to separate the mantissa from the exponent. Examples: "x10^" for 1.23x10^4, "E" for 1.23E4.

Parameters:
exp    the exponent separator string

Exceptions:
NullPointerException    if exp is null

See also:
getExponentSeparator()

Since:  1.6