Open Frankaus opened 3 years ago
Currently the new formatting function bigNumberToString formats a small number with 2 decimals with <0.01 when its argument strict is set to false.
<0.01
strict
It should do the same job with 3 decimals: <0.001
<0.001
Currently the new formatting function bigNumberToString formats a small number with 2 decimals with
<0.01
when its argumentstrict
is set to false.It should do the same job with 3 decimals:
<0.001