As `nstr` uses `toFixed()` there are inherently rounding issues. E.g. `nstr(1.2345, { maxDecimals: 3 })` results in `"1.234"` instead of the expected `"1.235"`. Will this be addressed or are issues stemming from the way js works underneath "non goals"?