![]() |
YAP 7.1.0
|
#include "Yap.h"#include "YapHeap.h"#include "Yatom.h"#include "YapEval.h"#include <wchar.h>#include "YapError.h"Go to the source code of this file.
| #define | rfloat(X) (X > 0.0 ? 1 : (X == 0.0 ? 0 : -1)) |
| #define rfloat | ( | X | ) | (X > 0.0 ? 1 : (X == 0.0 ? 0 : -1)) |
Definition at line 82 of file cmppreds.c.