Hello, I am seeing some roundoff error behavior in signif in some instances. For example,
```julia julia> x=-0.000123456799999 -0.000123456799999 julia> signif(x,5) -0.00012346000000000001 ``` There's a discussion in Issue #3497 and it was closed, but I'm not sure if the issue was fixed. Thanks!
