AmpTools
URMath.h File Reference
#include "UpRootMinuit/URtypes.h"
#include <string>
#include <float.h>
Include dependency graph for URMath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  URMath
 

Functions

double sin (double)
 
double cos (double)
 
double tan (double)
 
double sinh (double)
 
double cosh (double)
 
double tanh (double)
 
double asin (double)
 
double acos (double)
 
double atan (double)
 
double atan2 (double, double)
 
double sqrt (double)
 
double exp (double)
 
double pow (double, double)
 
double log (double)
 
double log10 (double)
 
int finite (double)
 
int isnan (double)
 

Function Documentation

◆ acos()

double acos ( double  )
Here is the caller graph for this function:

◆ asin()

double asin ( double  )
Here is the caller graph for this function:

◆ atan()

double atan ( double  )
Here is the caller graph for this function:

◆ atan2()

double atan2 ( double  ,
double   
)
Here is the caller graph for this function:

◆ cos()

double cos ( double  )
Here is the caller graph for this function:

◆ cosh()

double cosh ( double  )
Here is the caller graph for this function:

◆ exp()

double exp ( double  )
Here is the caller graph for this function:

◆ finite()

int finite ( double  )
Here is the caller graph for this function:

◆ isnan()

int isnan ( double  )
Here is the caller graph for this function:

◆ log()

double log ( double  )
Here is the caller graph for this function:

◆ log10()

double log10 ( double  )
Here is the caller graph for this function:

◆ pow()

double pow ( double  ,
double   
)
Here is the caller graph for this function:

◆ sin()

double sin ( double  )
Here is the caller graph for this function:

◆ sinh()

double sinh ( double  )
Here is the caller graph for this function:

◆ sqrt()

double sqrt ( double  )
Here is the caller graph for this function:

◆ tan()

double tan ( double  )
Here is the caller graph for this function:

◆ tanh()

double tanh ( double  )
Here is the caller graph for this function: