fastText  d00d36476b15
Fast text processing tool/library
real.h
Go to the documentation of this file.
1 
10 #ifndef FASTTEXT_REAL_H
11 #define FASTTEXT_REAL_H
12 
13 namespace fasttext {
14 
15 typedef float real;
16 
17 }
18 
19 #endif
Definition: args.cc:17
float real
Definition: real.h:15