#include <TMath.h>
|
static double | Pi () |
|
static double | E () |
|
static double | PLUS (double d1, double d2) |
|
static double | MINUS (double d1, double d2) |
|
static double | MINUS2 (double d1) |
|
static double | MUL (double d1, double d2) |
|
static double | DIV (double d1, double d2) |
|
static double | EXP2 (double d1, double d2) |
|
static bool | ETRE (bool d1) |
|
static bool | ETRE (double d1) |
|
static double | IFF (bool d1, double d2, double d3) |
|
static bool | NOT (bool d1) |
|
static bool | NE (double d1, double d2) |
|
static bool | OR (bool d1, bool d2) |
|
static bool | AND (bool d1, bool d2) |
|
static bool | GT (double d1, double d2) |
|
static bool | EQ (double d1, double d2) |
|
static bool | GE (double d1, double d2) |
|
static bool | LE (double d1, double d2) |
|
static bool | LT (double d1, double d2) |
|
static void | init () |
|
static unsigned int | getFunctionId (std::string nFunc) |
|
static int | getNumParam (unsigned int nFunc) |
|
static const struct funcTable & | getFuncTable (unsigned int nFunc) |
|
static struct funcTable & | getFuncTableStr (std::string nFunc) |
|
Definition at line 97 of file TMath.h.
◆ TMath()
◆ AND()
static bool TMath::AND |
( |
bool |
d1, |
|
|
bool |
d2 |
|
) |
| |
|
inlinestatic |
◆ DIV()
static double TMath::DIV |
( |
double |
d1, |
|
|
double |
d2 |
|
) |
| |
|
inlinestatic |
◆ E()
static double TMath::E |
( |
| ) |
|
|
inlinestatic |
◆ EQ()
static bool TMath::EQ |
( |
double |
d1, |
|
|
double |
d2 |
|
) |
| |
|
inlinestatic |
◆ ETRE() [1/2]
static bool TMath::ETRE |
( |
bool |
d1 | ) |
|
|
inlinestatic |
◆ ETRE() [2/2]
static bool TMath::ETRE |
( |
double |
d1 | ) |
|
|
inlinestatic |
◆ EXP2()
static double TMath::EXP2 |
( |
double |
d1, |
|
|
double |
d2 |
|
) |
| |
|
inlinestatic |
◆ GE()
static bool TMath::GE |
( |
double |
d1, |
|
|
double |
d2 |
|
) |
| |
|
inlinestatic |
◆ getFuncTable()
static const struct funcTable& TMath::getFuncTable |
( |
unsigned int |
nFunc | ) |
|
|
inlinestatic |
◆ getFuncTableStr()
static struct funcTable& TMath::getFuncTableStr |
( |
std::string |
nFunc | ) |
|
|
inlinestatic |
◆ getFunctionId()
static unsigned int TMath::getFunctionId |
( |
std::string |
nFunc | ) |
|
|
inlinestatic |
◆ getNumParam()
static int TMath::getNumParam |
( |
unsigned int |
nFunc | ) |
|
|
inlinestatic |
◆ GT()
static bool TMath::GT |
( |
double |
d1, |
|
|
double |
d2 |
|
) |
| |
|
inlinestatic |
◆ IFF()
static double TMath::IFF |
( |
bool |
d1, |
|
|
double |
d2, |
|
|
double |
d3 |
|
) |
| |
|
inlinestatic |
◆ init()
static void TMath::init |
( |
| ) |
|
|
inlinestatic |
◆ LE()
static bool TMath::LE |
( |
double |
d1, |
|
|
double |
d2 |
|
) |
| |
|
inlinestatic |
◆ LT()
static bool TMath::LT |
( |
double |
d1, |
|
|
double |
d2 |
|
) |
| |
|
inlinestatic |
◆ MINUS()
static double TMath::MINUS |
( |
double |
d1, |
|
|
double |
d2 |
|
) |
| |
|
inlinestatic |
◆ MINUS2()
static double TMath::MINUS2 |
( |
double |
d1 | ) |
|
|
inlinestatic |
◆ MUL()
static double TMath::MUL |
( |
double |
d1, |
|
|
double |
d2 |
|
) |
| |
|
inlinestatic |
◆ NE()
static bool TMath::NE |
( |
double |
d1, |
|
|
double |
d2 |
|
) |
| |
|
inlinestatic |
◆ NOT()
static bool TMath::NOT |
( |
bool |
d1 | ) |
|
|
inlinestatic |
◆ OR()
static bool TMath::OR |
( |
bool |
d1, |
|
|
bool |
d2 |
|
) |
| |
|
inlinestatic |
◆ Pi()
static double TMath::Pi |
( |
| ) |
|
|
inlinestatic |
◆ PLUS()
static double TMath::PLUS |
( |
double |
d1, |
|
|
double |
d2 |
|
) |
| |
|
inlinestatic |
◆ functionSet
std::vector< struct funcTable > TMath::functionSet |
|
static |
The documentation for this class was generated from the following files: