Bron Potomac

Results 4 comments of Bron Potomac

This was fixed by [commit 5f615d0](https://github.com/asciimoo/exrex/commit/5f615d0e98f4ab4294b3c60f4449bba62f1c17d1) on 8 Sep 2017, which was years before this issue was opened. > Wouldn't you like to release current master branch so that `count`...

Please note the inconsistency in argument or variable names: This devguide speaks of `threshold_0` and `threshold_1` (note the underscore), but also `threshold2` (no underscore). If the aim is to match...

Without even looking beyond the first few lines of code, this obviously doesn't work right for anything outside of the range `Number.MIN_SAFE_INTEGER` to `Number.MAX_SAFE_INTEGER`, i.e. -(253-1) to (253-1). It's a...

> > according to basic number theory > > lol, "number theory" Not sure why that's funny. What I mean is the basic rules about how regular numbers work. For...