powersOfTen top-level constant

List<double> const powersOfTen

Implementation

const powersOfTen = [
  1.0,
  /*  0 */
  10.0,
  100.0,
  1000.0,
  10000.0,
  100000.0,
  /*  5 */
  1000000.0,
  10000000.0,
  100000000.0,
  1000000000.0,
  10000000000.0,
  /* 10 */
  100000000000.0,
  1000000000000.0,
  10000000000000.0,
  100000000000000.0,
  1000000000000000.0,
  /*  15 */
  10000000000000000.0,
  100000000000000000.0,
  1000000000000000000.0,
  10000000000000000000.0,
  100000000000000000000.0,
  /*  20 */
  1000000000000000000000.0,
  10000000000000000000000.0,
];