We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a27992 commit b3fa209Copy full SHA for b3fa209
lib/node_modules/@stdlib/math/base/special/binomcoef/src/main.c
@@ -16,9 +16,9 @@
16
* limitations under the License.
17
*/
18
19
+#include "stdlib/math/base/special/binomcoef.h"
20
#include "stdlib/math/base/assert/is_integer.h"
21
#include "stdlib/math/base/assert/is_odd.h"
-#include "stdlib/math/base/special/binomcoef.h"
22
#include "stdlib/math/base/special/floor.h"
23
#include "stdlib/math/base/special/gcd.h"
24
#include "stdlib/constants/float64/pinf.h"
0 commit comments