number-precision icon indicating copy to clipboard operation
number-precision copied to clipboard

Beyond boundary warnings

Open dev101 opened this issue 2 years ago • 1 comments

Is there any chance to avoid these "beyond boundary" warnings?

image

dev101 avatar Dec 24 '23 15:12 dev101

Check the readme

NP.enableBoundaryChecking(false); // default param is true`

alianza avatar Apr 03 '25 12:04 alianza