#include "Yap.h"
#include "Yatom.h"
#include "YapHeap.h"
#include "YapEval.h"
Go to the source code of this file.
|
| #define | RBIG_FL(v) return(float_to_int(v PASS_REGS)) |
| |
| #define | asinh(F) (log((F)+sqrt((F)*(F)+1))) |
| |
| #define | acosh(F) (log((F)+sqrt((F)*(F)-1))) |
| |
| #define | atanh(F) (log((1+(F))/(1-(F)))/2) |
| |
◆ acosh
| #define acosh |
( |
|
F | ) |
(log((F)+sqrt((F)*(F)-1))) |
◆ asinh
| #define asinh |
( |
|
F | ) |
(log((F)+sqrt((F)*(F)+1))) |
◆ atanh
| #define atanh |
( |
|
F | ) |
(log((1+(F))/(1-(F)))/2) |
◆ RBIG_FL
| #define RBIG_FL |
( |
|
v | ) |
return(float_to_int(v PASS_REGS)) |
◆ Yap_eval_unary()
| Term Yap_eval_unary |
( |
Int |
f, |
|
|
Term |
t |
|
) |
| |
◆ Yap_InitUnaryExps()
| void Yap_InitUnaryExps |
( |
void |
| ) |
|
◆ Yap_msb()
| Int Yap_msb |
( |
Int inp |
USES_REGS | ) |
|
◆ Yap_NameOfUnaryOp()
| Atom Yap_NameOfUnaryOp |
( |
int |
i | ) |
|
◆ Yap_ReInitUnaryExps()
| int Yap_ReInitUnaryExps |
( |
void |
| ) |
|