stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

[RFC]: add C implementation for `math/base/special/binomcoef`

Open gunjjoshi opened this issue 1 year ago • 1 comments

Description

This RFC proposes adding C implementation for math/base/special/binomcoef.

double stdlib_base_binomcoef( const double n, const double k );

Related Issues

Related issues #649.

Questions

No.

Other

No.

Checklist

  • [X] I have read and understood the Code of Conduct.
  • [X] Searched for existing issues and pull requests.
  • [X] The issue name begins with RFC:.

gunjjoshi avatar Apr 26 '24 19:04 gunjjoshi

I'd like to work on this.

gunjjoshi avatar Apr 26 '24 19:04 gunjjoshi