org-latex-table-scientific-notation

org-latex-table-scientific-notation is a variable defined in `ox-latex.el'.
Its value is
"%s\\,(%s)"


Documentation:
Format string to display numbers in scientific notation.
The format should have "%s" twice, for mantissa and exponent
(i.e., "%s\\times10^{%s}").

When nil, no transformation is made.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 24.4 of Emacs.