ZGen
0.2.0
a linearization system for natural language.
Main Page
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
utils
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__
ZGen::Utility::bin
int bin(int x)
Definition:
math_utils.cc:6
Generated by
1.8.6