Athan

Results 562 comments of Athan

For complex arrays, you need to conjugate and use complex number arithmetic. That will likely entail a separate internal implementation than a plain accessor array where we can assume real...

> bifurcated the main implementation tests into 4 cases for varying (sx, sy) as (1, 1), (2,-2), (-2, 1), and (-1, -2) Note that the test cases in `drot` for...

Following up on this, now that the REPL supports auto-closing of paired symbols, the ability to paste expressions into the REPL is broken, as auto-closing attempts to automatically insert paired...

@Snehil-Shah What's your opinion on how easy this will be to implement? Atm, attempting to paste multi-line expressions is broken, and it would be nice to, e.g., copy-paste an entire...

I wonder if we could detect by silently testing whether bracketed paste works by attempting to paste and checking against expected output. I would imagine that the REPL should behave...

Yeah, that was what I was wondering. Hmm. Okay, maybe we should have a setting which a user can set to explicitly enable/disable bracketed paste. > Additionally, we should add...

My sense is that it is preferable that things just work out of the box. In which case, at least in TTY, we should enable by default. A user can...

@anirudhprabhakaran3 Sorry to be the bearer of bad news, but there is already a PR up for `minmax`: https://github.com/stdlib-js/stdlib/pull/1939.

/stdlib update-copyright-years

Thanks, @HRIDYANSHU054, for working on this. This PR is currently failing CI. Those failures need to be addressed before the PR can be reviewed.