| Constructor and Description |
|---|
TMathConstants() |
| Modifier and Type | Method and Description |
|---|---|
static double |
Abs(double d) |
static float |
Abs(float d) |
static int |
Abs(int d) |
static long |
Abs(long d) |
static short |
Abs(short d) |
static double |
ACos(double arg0) |
static double |
ASin(double arg0) |
static double |
ATan(double arg0) |
static double |
ATan2(double y,
double x) |
static double |
C() |
static double |
Ccgs() |
static double |
Ceil(double x) |
static int |
CeilNint(double x) |
static double |
Cos(double arg0) |
static double |
CosH(double arg0) |
static double |
CUncertainty() |
static double |
DegToRad() |
static double |
E() |
static double |
EulerGamma() |
static boolean |
Even(long a) |
static double |
Exp(double x) |
static boolean |
Finite(double x) |
static double |
Floor(double x) |
static int |
FloorNint(double x) |
static double |
G() |
static double |
Gcgs() |
static double |
GhbarC() |
static double |
GhbarCUncertainty() |
static double |
Gn() |
static double |
GnUncertainty() |
static double |
GUncertainty() |
static double |
H() |
static double |
Hbar() |
static double |
Hbarcgs() |
static double |
HbarUncertainty() |
static double |
HC() |
static double |
HCcgs() |
static double |
Hcgs() |
static double |
HUncertainty() |
double |
Hypot(double x,
double y) |
static long |
Hypot(long x,
long y)
some integer math
|
static double |
InvPi() |
static boolean |
IsNaN(double x) |
static double |
K() |
static double |
Kcgs() |
static double |
KUncertainty() |
static double |
Ldexp(double x,
int exp) |
static double |
Ln10() |
static double |
Log(double x) |
static double |
Log10(double x) |
static double |
Log2() |
static double |
Log2(double x) |
static double |
LogE() |
static double |
Max(double a,
double b) |
static float |
Max(float a,
float b) |
static int |
Max(int a,
int b) |
static long |
Max(long a,
long b) |
static short |
Max(short a,
short b) |
static double |
Min(double a,
double b) |
static float |
Min(float a,
float b) |
static int |
Min(int a,
int b) |
static long |
Min(long a,
long b) |
static short |
Min(short a,
short b) |
static double |
MWair() |
static double |
Na() |
static double |
NaUncertainty() |
static long |
NextPrime(long x)
Return next prime number after x, unless x is a prime in which case x is returned.
|
static int |
Nint(double x) |
static int |
Nint(float x) |
static boolean |
Odd(long a) |
static double |
Pi() |
static double |
PiOver2() |
static double |
PiOver4() |
static double |
Power(double x,
double y) |
static double |
Qe() |
static double |
QeUncertainty() |
static double |
R() |
static double |
RadToDeg() |
static double |
Range(double lb,
double ub,
double x) |
static int |
Range(int lb,
int ub,
int x) |
static long |
Range(long lb,
long ub,
long x) |
static short |
Range(short lb,
short ub,
short x) |
static double |
Rgair() |
static double |
RUncertainty() |
static double |
Sigma() |
static double |
SigmaUncertainty() |
static double |
Sign(double a,
double b) |
static float |
Sign(float a,
float b) |
static int |
Sign(int a,
int b) |
static long |
Sign(long a,
long b) |
static short |
Sign(short a,
short b) |
static double |
Sin(double arg0) |
static double |
SinH(double arg0) |
static double |
Sqr(double x) |
static double |
Sqrt(double x) |
static double |
Sqrt2() |
static double |
Tan(double arg0) |
static double |
TanH(double arg0) |
static double |
TwoPi() |
public double Hypot(double x,
double y)
public static double Abs(double d)
public static float Abs(float d)
public static int Abs(int d)
public static long Abs(long d)
public static short Abs(short d)
public static double ACos(double arg0)
public static double ASin(double arg0)
public static double ATan(double arg0)
public static double ATan2(double y,
double x)
public static final double C()
public static final double Ccgs()
public static final double Ceil(double x)
public static final int CeilNint(double x)
public static double Cos(double arg0)
public static double CosH(double arg0)
public static final double CUncertainty()
public static final double DegToRad()
public static final double E()
public static final double EulerGamma()
public static boolean Even(long a)
public static double Exp(double x)
public static boolean Finite(double x)
public static double Floor(double x)
public static int FloorNint(double x)
public static final double G()
public static final double Gcgs()
public static final double GhbarC()
public static final double GhbarCUncertainty()
public static final double Gn()
public static final double GnUncertainty()
public static final double GUncertainty()
public static final double H()
public static final double Hbar()
public static final double Hbarcgs()
public static final double HbarUncertainty()
public static final double HC()
public static final double HCcgs()
public static final double Hcgs()
public static final double HUncertainty()
public static long Hypot(long x,
long y)
x - input pxy - input pypublic static final double InvPi()
public static boolean IsNaN(double x)
public static final double K()
public static final double Kcgs()
public static final double KUncertainty()
public static double Ldexp(double x,
int exp)
public static final double Ln10()
public static double Log(double x)
public static double Log10(double x)
public static final double Log2()
public static double Log2(double x)
public static final double LogE()
public static double Max(double a,
double b)
public static float Max(float a,
float b)
public static int Max(int a,
int b)
public static long Max(long a,
long b)
public static short Max(short a,
short b)
public static double Min(double a,
double b)
public static float Min(float a,
float b)
public static int Min(int a,
int b)
public static long Min(long a,
long b)
public static short Min(short a,
short b)
public static final double MWair()
public static final double Na()
public static final double NaUncertainty()
public static long NextPrime(long x)
x - inputpublic static int Nint(double x)
x - inputpublic static int Nint(float x)
x - inputpublic static boolean Odd(long a)
public static final double Pi()
public static final double PiOver2()
public static final double PiOver4()
public static double Power(double x,
double y)
public static final double Qe()
public static final double QeUncertainty()
public static final double R()
public static final double RadToDeg()
public static double Range(double lb,
double ub,
double x)
public static int Range(int lb,
int ub,
int x)
public static long Range(long lb,
long ub,
long x)
public static short Range(short lb,
short ub,
short x)
public static final double Rgair()
public static final double RUncertainty()
public static final double Sigma()
public static final double SigmaUncertainty()
public static double Sign(double a,
double b)
public static float Sign(float a,
float b)
public static int Sign(int a,
int b)
public static long Sign(long a,
long b)
public static short Sign(short a,
short b)
public static double Sin(double arg0)
public static double SinH(double arg0)
public static double Sqr(double x)
public static double Sqrt(double x)
public static final double Sqrt2()
public static double Tan(double arg0)
public static double TanH(double arg0)
public static final double TwoPi()
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.