stdlib-js/stdlib

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

gunjjoshi opened this issue · 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

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

I'd like to work on this.