OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <math.h>
#include <typeinfo>
#include <opencog/util/platform.h>
#include <opencog/util/exceptions.h>
#include "SimpleTruthValue.h"
Go to the source code of this file.
Macros | |
#define | DPRINTF(...) |
#define | KKK 800.0f |
#define | CVAL 0.2f |
#define | FLOAT_ACCEPTABLE_MEAN_ERROR 0.000001 |
#define | FLOAT_ACCEPTABLE_COUNT_ERROR 0.0002 |
#define CVAL 0.2f |
Definition at line 41 of file SimpleTruthValue.cc.
#define DPRINTF | ( | ... | ) |
Definition at line 36 of file SimpleTruthValue.cc.
#define FLOAT_ACCEPTABLE_COUNT_ERROR 0.0002 |
#define FLOAT_ACCEPTABLE_MEAN_ERROR 0.000001 |
#define KKK 800.0f |
Definition at line 40 of file SimpleTruthValue.cc.