fm.liveswitch.MathAssistant Class Reference

Static Public Member Functions

static double getPi ()
 
static double getE ()
 
static int abs (int value)
 
static long abs (long value)
 
static float abs (float value)
 
static double abs (double value)
 
static double acos (double d)
 
static double asin (double d)
 
static double atan (double d)
 
static double atan2 (double y, double x)
 
static double ceil (double a)
 
static double cos (double val)
 
static double cosh (double value)
 
static double exp (double d)
 
static double floor (double d)
 
static double log (double d)
 
static double log10 (double d)
 
static int max (int val1, int val2)
 
static long max (long val1, long val2)
 
static float max (float val1, float val2)
 
static double max (double val1, double val2)
 
static int min (int val1, int val2)
 
static long min (long val1, long val2)
 
static float min (float val1, float val2)
 
static double min (double val1, double val2)
 
static double pow (double x, double y)
 
static double round (double value)
 
static double sin (double a)
 
static double sinh (double value)
 
static double sqrt (double d)
 
static double tan (double val)
 
static double tanh (double val)
 

Member Function Documentation

◆ abs() [1/4]

static double fm.liveswitch.MathAssistant.abs ( double  value)
static

◆ abs() [2/4]

static float fm.liveswitch.MathAssistant.abs ( float  value)
static

◆ abs() [3/4]

static int fm.liveswitch.MathAssistant.abs ( int  value)
static

◆ abs() [4/4]

static long fm.liveswitch.MathAssistant.abs ( long  value)
static

◆ acos()

static double fm.liveswitch.MathAssistant.acos ( double  d)
static

◆ asin()

static double fm.liveswitch.MathAssistant.asin ( double  d)
static

◆ atan()

static double fm.liveswitch.MathAssistant.atan ( double  d)
static

◆ atan2()

static double fm.liveswitch.MathAssistant.atan2 ( double  y,
double  x 
)
static

◆ ceil()

static double fm.liveswitch.MathAssistant.ceil ( double  a)
static

◆ cos()

static double fm.liveswitch.MathAssistant.cos ( double  val)
static

◆ cosh()

static double fm.liveswitch.MathAssistant.cosh ( double  value)
static

◆ exp()

static double fm.liveswitch.MathAssistant.exp ( double  d)
static

◆ floor()

static double fm.liveswitch.MathAssistant.floor ( double  d)
static

◆ getE()

static double fm.liveswitch.MathAssistant.getE ( )
static

◆ getPi()

static double fm.liveswitch.MathAssistant.getPi ( )
static

◆ log()

static double fm.liveswitch.MathAssistant.log ( double  d)
static

◆ log10()

static double fm.liveswitch.MathAssistant.log10 ( double  d)
static

◆ max() [1/4]

static double fm.liveswitch.MathAssistant.max ( double  val1,
double  val2 
)
static

◆ max() [2/4]

static float fm.liveswitch.MathAssistant.max ( float  val1,
float  val2 
)
static

◆ max() [3/4]

static int fm.liveswitch.MathAssistant.max ( int  val1,
int  val2 
)
static

◆ max() [4/4]

static long fm.liveswitch.MathAssistant.max ( long  val1,
long  val2 
)
static

◆ min() [1/4]

static double fm.liveswitch.MathAssistant.min ( double  val1,
double  val2 
)
static

◆ min() [2/4]

static float fm.liveswitch.MathAssistant.min ( float  val1,
float  val2 
)
static

◆ min() [3/4]

static int fm.liveswitch.MathAssistant.min ( int  val1,
int  val2 
)
static

◆ min() [4/4]

static long fm.liveswitch.MathAssistant.min ( long  val1,
long  val2 
)
static

◆ pow()

static double fm.liveswitch.MathAssistant.pow ( double  x,
double  y 
)
static

◆ round()

static double fm.liveswitch.MathAssistant.round ( double  value)
static

◆ sin()

static double fm.liveswitch.MathAssistant.sin ( double  a)
static

◆ sinh()

static double fm.liveswitch.MathAssistant.sinh ( double  value)
static

◆ sqrt()

static double fm.liveswitch.MathAssistant.sqrt ( double  d)
static

◆ tan()

static double fm.liveswitch.MathAssistant.tan ( double  val)
static

◆ tanh()

static double fm.liveswitch.MathAssistant.tanh ( double  val)
static