34#ifndef NUMCPP_NO_USE_BOOST
35#include "boost/math/special_functions/factorials.hpp"
61#ifndef NUMCPP_NO_USE_BOOST
62 if (
n <= boost::math::max_factorial<double>::value)
78#ifndef NUMCPP_NO_USE_BOOST
Definition airy_ai.hpp:39
double factorial(uint32 inValue)
Definition factorial.hpp:49
double pnr(uint32 n, uint32 r)
Definition pnr.hpp:48
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
std::uint32_t uint32
Definition Types.hpp:40