Deepak Singh

Results 10 comments of Deepak Singh

Hello @kgryte, I’m currently working on the `nanmem` implementation and would appreciate some **clarification** regarding the handling of `NaN` inputs. Since the moving mean error (MME) is computed as `y...

Hi, just checking in kindly — please let me know if there's anything else needed on my end to move this PR forward. Thanks :)

> @Deepak91168 This PR requires quite a few changes. I’d recommend closely following the reference implementation and applying similar modifications here. Thanks for your work! > > [486fed2#diff-21f0b814eeab6be07313a2f02453372f37d95323a6ba4961f06843be96deceb9](https://github.com/stdlib-js/stdlib/commit/486fed2b9816530eb135f9846f3745281cec76e2#diff-21f0b814eeab6be07313a2f02453372f37d95323a6ba4961f06843be96deceb9) Thanks for...

> > Thanks for Reviewing! Will be incorporating each change recommended. > > Awesome! "Recommended changes + double-check anything else that doesn’t match the reference implementation". Hey! I've made all...

> I am not opposed to the above utilities, in principle; however, I do have questions regarding their implementation. How are you planning to implement the above? Do you envision...

Hey @sahil20021008! Hope you're doing well. I came across this RFC and would love to contribute to it. If you could share more details about the expected functionality or any...

> Hey [@Deepak91168](https://github.com/Deepak91168) There arent any specific requirements as far as I can recall. `exp10f` function performs same operations but on float32 numbers instead of float64 For specific implementation, you...

Thanks for explaining! I think I understood it properly, working on it!

Hi! I’m interested in working on this issue but noticed a couple of things I want to clarify first. 1. **Missing module:** The issue mentions a dependency on `@stdlib/math/base/special/chebyshev-u-polynomial`, but...