### What problem does this feature solve? it will fit more scenes. Replace the existing with a method similar below ```javascript /** * x > 0 y = log10(x) + 1 * x = 0 y = 0 * x < 0 y = -log10(|x|) - 1 */ ``` ### What does the proposed API look like? No change