rmathd.choose

Undocumented in source.

Public Imports

rmathd.common
public import rmathd.common;
Undocumented in source.
rmathd.beta
public import rmathd.beta;
Undocumented in source.

Members

Functions

choose
T choose(T n, T k)
Undocumented in source. Be warned that the author may not have intended to support it.
lchoose
T lchoose(T n, T k)
Undocumented in source. Be warned that the author may not have intended to support it.
lfastchoose
T lfastchoose(T n, T k)
Undocumented in source. Be warned that the author may not have intended to support it.
test_choose
void test_choose()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

k_small_max
enum k_small_max;
Undocumented in source.

Static functions

lfastchoose2
T lfastchoose2(T n, T k, int* s_choose)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

ODD
template ODD(T)
Undocumented in source.

Meta