8 lines
175 B
JavaScript
8 lines
175 B
JavaScript
import toNumber from "../strnum.js";
|
|
|
|
console.log(toNumber("1.5e3", {leadingZeros: false}))
|
|
// describe("temp", () = {
|
|
|
|
// it("scientific notation", () => {
|
|
// });
|
|
// })
|