Athan
Athan
/stdlib update-copyright-years
@Orthodox-64 Ideally, our doctest linter would catch when the dimensionality is incorrect. So it seems like there is a bug in our implementation. It correctly errors when dimensionality matches but...
Could we not handle the NumPy return type discrepancy in the compatibility layer? I.e., we'd standardize always returning a complex array and we'd smooth that over in the compat layer...
@farazghani The OP above answers that question.
@aryan7071 You should not be doing `z.re` and `z.im`. That is not what is desired in https://github.com/stdlib-js/stdlib/issues/8641. As for the REPL text lint error, that is likely because you did...
We need `acoshf` to be implemented before this PR can move forward; otherwise, we are just creating technical debt.
Ref: https://github.com/stdlib-js/stdlib/pull/5812
@cnaples79 Thank you for working on this. The proposed change is correct; however, would you mind addressing the CI failure (see https://github.com/stdlib-js/stdlib/pull/8564#issuecomment-3560960622)? Without this check, we are unable to move...