Athan

Results 562 comments of Athan

@ShraddheyaS Thanks for the PR! `copyWithin` is actually more interesting than I anticipated. Notably, the algo you used (akin to the MDN polyfill implementation) is good for the generic case...

@ShraddheyaS Re: overlapping buffers. Thanks for the clarification. Re: algo. Yeah, I am not sure, atm, whether the potential perf gains would pan out, but seems like something we may...

@mobljs We do have functionality for getting the next extended grapheme cluster break; however, we have yet to add similar functionality for getting the **previous** grapheme cluster break. You need...

This was added in https://github.com/stdlib-js/stdlib/commit/f52f807a13a7bda15a7f9ec072e68f314491062e. Closing...

@dorrin-sot Hey! This feature request is accepted, and you are more than welcome to work on it. Two reference packages which can serve as templates for implementing this feature: -...

The fix may be as simple as checking whether `M2` is `0.0`, before performing division. See [here](https://github.com/stdlib-js/stdlib/blob/3ef3639737865372490b46b937011e06e3423cc9/lib/node_modules/%40stdlib/stats/incr/skewness/lib/main.js#L118).

@AlisaLC You mind checking the box above to indicate that you've read the contributing guidelines? In particular, checking this box means agreeing to the [licensing terms](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md#developers-certificate-of-origin-11).

@AlisaLC Thanks! Yeah, kernel sine is sensitive to argument scaling. I'll take a look.

Hey, @quinn-dougherty! Thanks for filing this RFC. This would definitely be a nice distribution to have. Does entail, however, a more involved implementation. Namely, we'd need integration facilities (see [SciPy](https://github.com/scipy/scipy/blob/b5d8bab88af61d61de09641243848df63380a67f/scipy/stats/_continuous_distns.py#L7482))...