stdlib-js / stdlib

✨ Standard library for JavaScript and Node.js. ✨
https://stdlib.io
Apache License 2.0
4.3k stars 436 forks source link

[RFC]: Add C implementation for `@stdlib/math/base/special/cospi` #746

Closed Pranavchiku closed 1 month ago

Pranavchiku commented 1 year ago

Description

This RFC proposes adding C implementation for @stdlib/math/base/special/cospi.

double stdlib_base_cospi( const double x );

Related Issues

None.

Questions

No.

Other

No.

Checklist

Pranavchiku commented 1 year ago

This depends on @stdlib/math/base/special/sin which depends on @stdlib/math/base/special/rempio2.

ashrafX22 commented 6 months ago

Hello,can i work on this issue? @kgryte @Pranavchiku

Pranavchiku commented 6 months ago

Umm no, you'll need to first implement @stdlib/math/base/special/rempio2, that might be difficult at this moment.

kgryte commented 1 month ago

This has now been implemented. Closing...