#include <TMath.h>
Go to the source code of this file.
Data Structures | |
| class | TDSPMath |
Functions | |
| Double_t | dB (Double_t x) |
| Double_t | FromdB (Double_t x) |
Variables | |
| const Double_t | Pi |
|
|
Definition at line 99 of file TDSPMath.h. References TDSPMath::dB().
00099 {
00100 return TDSPMath::dB(x);
00101 }
|
|
|
Definition at line 103 of file TDSPMath.h. References TDSPMath::FromdB().
00103 {
00104 return TDSPMath::FromdB(x);
00105 }
|
|
|
Definition at line 107 of file TDSPMath.h. Referenced by TDSPMath::Lorentz(), TComplex::RPhi(), and Sqrt3(). |
1.3.2