KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
m_special.h
Go to the documentation of this file.
1 /* $Id: m_special.h 18278 2014-11-25 01:42:10Z ksimek $ */
2 /* {{{=========================================================================== *
3  |
4  | Copyright (c) 1994-2011 by Kobus Barnard (author)
5  |
6  | Personal and educational use of this code is granted, provided that this
7  | header is kept intact, and that the authorship is not misrepresented, that
8  | its use is acknowledged in publications, and relevant papers are cited.
9  |
10  | For other use contact the author (kobus AT cs DOT arizona DOT edu).
11  |
12  | Please note that the code in this file has not necessarily been adequately
13  | tested. Naturally, there is no guarantee of performance, support, or fitness
14  | for any particular task. Nonetheless, I am interested in hearing about
15  | problems that you encounter.
16  |
17  | Author: Kyle Simek
18  * =========================================================================== }}}*/
19 
20 // vim: tabstop=4 shiftwidth=4 foldmethod=marker
21 
22 #ifndef KJB_M_CPP_M_SPECIAL_H
23 #define KJB_M_CPP_M_SPECIAL_H
24 
25 #include <cstdlib>
26 using std::size_t;
27 
28 namespace kjb
29 {
30 // consider moving n_cpp
31 double log_binomial_coefficient(size_t n, size_t k);
32 
33 } // namespace kjb
34 #endif
double log_binomial_coefficient(size_t n, size_t k)
Definition: m_special.cpp:25
for k
Definition: APPgetLargeConnectedEdges.m:61