ZGen  0.2.0
a linearization system for natural language.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
math_utils.h
Go to the documentation of this file.
1 #ifndef __ZGEN_UTILS_MATH_UTILS_H__
2 #define __ZGEN_UTILS_MATH_UTILS_H__
3 
4 namespace ZGen {
5 namespace Utility {
6 
7 int bin(int x);
8 
9 } // end for namespace Utility
10 } // end for namespace ZGen
11 
12 #endif // end for __ZGEN_UTILS_MATH_UTILS_H__
int bin(int x)
Definition: math_utils.cc:6