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 51f2d26 commit aec0485Copy full SHA for aec0485
lib/node_modules/@stdlib/math/base/special/binomcoeff/src/main.c
@@ -16,9 +16,9 @@
16
* limitations under the License.
17
*/
18
19
+#include "stdlib/math/base/special/binomcoeff.h"
20
#include "stdlib/math/base/assert/is_integerf.h"
21
#include "stdlib/math/base/assert/is_oddf.h"
-#include "stdlib/math/base/special/binomcoeff.h"
22
#include "stdlib/math/base/special/floorf.h"
23
#include "stdlib/math/base/special/gcdf.h"
24
#include "stdlib/constants/float32/pinf.h"
0 commit comments