blob: 23cd086ba2a75c87c8ff565523b660cc1ac5bbac [file] [log] [blame]
assertEq((123456789).toExponential(), "1.23456789e+8");
assertEq((123456789).toExponential(undefined), "1.23456789e+8");