Athan
Athan
Re: failing benchmark workflow. This is due to a timeout. I ran the benchmarks locally and all ran successfully. As such, I'll ignore the workflow failure and go ahead and...
@VinayakPaka Please read the [message above](https://github.com/stdlib-js/stdlib/issues/1491#issuecomment-2264281170).
@gunjjoshi Oh, right, I see. The C compiler isn't accounting for negative zero here. Instead of `abs`, use `is_negative_zero` in the condition check.
You don't need to do anything in the JS version, TMK. So it's fine if the JS and C implementations diverge on this.
/stdlib merge
@ShabiShett07 Would you mind going ahead and adding the C and Fortran implementation, along with the associated benchmarks, tests, and examples? We might as well go ahead and get everything...
@Jaysukh-409 You should go ahead and fix the lint failures so that CI can start passing.
/stdlib merge
/stdlib update-copyright-years
cc @headlessNode