toexponential(fractionDigits)
Converts a number to be in scientific format. The fractionDigits specifies the number of digits following the decimal point.
Example
(3251.234).toExponential(2); // returns 3.25e+3
| << toFixed(fractionDigits) | © 1996-2013 InetSoft Technology Corporation (v11.4) | toLocaleString() >> |