<!-- Please provide as much detailed information about your request as you can, specifically: - The use case it helps solve and goal of the new feature - Example code for how you would use or interact with the feature - The expected behavior, in as much details as you can provide - Do you want to work on this feature yourself? Do you need help opening the PR? Or are you asking for others to work on the PR? --> it would turn larger numbers into powers of 10 like 1.8*10^3 toCompact(123456, { precision: 2, multiplicationSymb: "x" }) => 1.2x10^5
it would turn larger numbers into powers of 10 like 1.8*10^3
toCompact(123456, { precision: 2, multiplicationSymb: "x" }) => 1.2x10^5