maxExponentForDecimalNotation

Parameters

maxExponentForDecimalNotation

When set, a value whose base-10 exponent magnitude is at most this is rendered in plain decimal notation instead of scientific (e.g. 6U keeps 1E-6 through 1E6 inclusive in plain decimal, using the mantissa's minFractionDigits/maxFractionDigits as its fraction digits). When null (the default) scientific notation is always used.