LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
lib
thirdparty
libQBD
+libqbd
get_one_div_by_factor.m
1
function value = get_one_div_by_factor(n_plus_1)
2
if
n_plus_1 > (libqbd.get_max_factor() - 1)
3
value = 0.0;
4
return
;
5
end
6
7
value = exp(-gammaln(
double
(n_plus_1) + 2.0));
8
end
Generated by
1.9.8