Static Public Member Functions | |
double | log10 (double a) |
float | log10 (float a) |
double | antilog10 (double x) |
float | antilog10 (float x) |
double | log (double a) |
float | log (float a) |
double | antilog (double x) |
float | antilog (float x) |
double | log2 (double a) |
float | log2 (float a) |
double | antilog2 (double x) |
float | antilog2 (float x) |
double | log10 (double a, double b) |
double | log10 (double a, int b) |
float | log10 (float a, float b) |
float | log10 (float a, int b) |
double | square (double a) |
float | square (float a) |
int | square (int a) |
int | factorial (int n) |
long | factorial (long n) |
double | factorial (double n) |
double | logFactorial (int n) |
double | logFactorial (double n) |
double | maximum (double[] aa) |
float | maximum (float[] aa) |
int | maximum (int[] aa) |
long | maximum (long[] aa) |
double | minimum (double[] aa) |
float | minimum (float[] aa) |
int | minimum (int[] aa) |
long | minimum (long[] aa) |
double[] | reverseArray (double[] aa) |
float[] | reverseArray (float[] aa) |
int[] | reverseArray (int[] aa) |
long[] | reverseArray (long[] aa) |
char[] | reverseArray (char[] aa) |
double[] | arrayAbs (double[] aa) |
float[] | arrayAbs (float[] aa) |
long[] | arrayAbs (long[] aa) |
int[] | arrayAbs (int[] aa) |
double[] | arrayMultByConstant (double[] aa, double constant) |
double[] | arrayMultByConstant (int[] aa, double constant) |
double[] | arrayMultByConstant (double[] aa, int constant) |
double[] | arrayMultByConstant (int[] aa, int constant) |
double | nearestElementValue (double[] array, double value) |
int | nearestElementIndex (double[] array, double value) |
double | nearestLowerElementValue (double[] array, double value) |
int | nearestLowerElementIndex (double[] array, double value) |
double | nearestHigherElementValue (double[] array, double value) |
int | nearestHigherElementIndex (double[] array, double value) |
int | nearestElementValue (int[] array, int value) |
int | nearestElementIndex (int[] array, int value) |
int | nearestLowerElementValue (int[] array, int value) |
int | nearestLowerElementIndex (int[] array, int value) |
int | nearestHigherElementValue (int[] array, int value) |
int | nearestHigherElementIndex (int[] array, int value) |
double | arraySum (double[]array) |
float | arraySum (float[]array) |
int | arraySum (int[]array) |
long | arraySum (long[]array) |
double | arrayProduct (double[]array) |
float | arrayProduct (float[]array) |
int | arrayProduct (int[]array) |
long | arrayProduct (long[]array) |
double[] | concatenate (double[] aa, double[] bb) |
float[] | concatenate (float[] aa, float[] bb) |
int[] | concatenate (int[] aa, int[] bb) |
long[] | concatenate (long[] aa, long[] bb) |
double[] | floatTOdouble (float[] aa) |
double[] | intTOdouble (int[] aa) |
float[] | intTOfloat (int[] aa) |
long[] | intTOlong (int[] aa) |
double[] | longTOdouble (long[] aa) |
float[] | longTOfloat (long[] aa) |
double[] | shortTOdouble (short[] aa) |
float[] | shortTOfloat (short[] aa) |
long[] | shortTOlong (short[] aa) |
int[] | shortTOint (short[] aa) |
double[] | byteTOdouble (byte[] aa) |
float[] | byteTOfloat (byte[] aa) |
long[] | byteTOlong (byte[] aa) |
int[] | byteTOint (byte[] aa) |
short[] | byteTOshort (byte[] aa) |
int[] | doubleTOint (double[] aa) |
void | print (double[] aa) |
void | println (double[] aa) |
void | print (float[] aa) |
void | println (float[] aa) |
void | print (int[] aa) |
void | println (int[] aa) |
void | print (long[] aa) |
void | println (long[] aa) |
void | print (char[] aa) |
void | println (char[] aa) |
void | print (String[] aa) |
void | println (String[] aa) |
Vector< Object > | selectSortVector (double[] aa) |
double[] | selectionSort (double[] aa) |
float[] | selectionSort (float[] aa) |
int[] | selectionSort (int[] aa) |
long[] | selectionSort (long[] aa) |
void | selectionSort (double[] aa, double[] bb, int[] indices) |
void | selectionSort (double[] aa, double[] bb, double[] cc, double[] dd) |
void | selectionSort (float[] aa, float[] bb, float[] cc, float[] dd) |
void | selectionSort (long[] aa, long[] bb, long[] cc, long[] dd) |
void | selectionSort (int[] aa, int[] bb, int[] cc, int[] dd) |
void | selectionSort (double[] aa, long[] bb, double[] cc, long[] dd) |
void | selectionSort (long[] aa, double[] bb, long[] cc, double[] dd) |
void | selectionSort (double[] aa, int[] bb, double[] cc, int[] dd) |
void | selectionSort (int[] aa, double[] bb, int[] cc, double[] dd) |
void | selectionSort (long[] aa, int[] bb, long[] cc, int[] dd) |
void | selectionSort (int[] aa, long[] bb, int[] cc, long[] dd) |
void | selectSort (double[] aa, double[] bb, int[] indices) |
double | sign (double x) |
float | sign (float x) |
int | sign (int x) |
long | sign (long x) |
double | radToDeg (double rad) |
double | degToRad (double deg) |
double | evToNm (double ev) |
double | nmToEv (double nm) |
double | molarToPercentWeightByVol (double molar, double molWeight) |
double | percentWeightByVolToMolar (double perCent, double molWeight) |
double | celsiusToKelvin (double cels) |
double | kelvinToCelsius (double kelv) |
double | celsiusToFahren (double cels) |
double | fahrenToCelsius (double fahr) |
double | calorieToJoule (double cal) |
double | jouleToCalorie (double joule) |
double | gramToOunce (double gm) |
double | ounceToGram (double oz) |
double | kgToPound (double kg) |
double | poundToKg (double pds) |
double | kgToTon (double kg) |
double | tonToKg (double tons) |
double | millimetreToInch (double mm) |
double | inchToMillimetre (double in) |
double | footToMetre (double ft) |
double | metreToFoot (double metre) |
double | yardToMetre (double yd) |
double | metreToYard (double metre) |
double | mileToKm (double mile) |
double | kmToMile (double km) |
double | gallonToLitre (double gall) |
double | litreToGallon (double litre) |
double | quartToLitre (double quart) |
double | litreToQuart (double litre) |
double | pintToLitre (double pint) |
double | litreToPint (double litre) |
double | gallonPerMileToLitrePerKm (double gallPmile) |
double | litrePerKmToGallonPerMile (double litrePkm) |
double | milePerGallonToKmPerLitre (double milePgall) |
double | kmPerLitreToMilePerGallon (double kmPlitre) |
double | fluidOunceUKtoUS (double flOzUK) |
double | fluidOunceUStoUK (double flOzUS) |
double | pintUKtoUS (double pintUK) |
double | pintUStoUK (double pintUS) |
double | quartUKtoUS (double quartUK) |
double | quartUStoUK (double quartUS) |
double | gallonUKtoUS (double gallonUK) |
double | gallonUStoUK (double gallonUS) |
double | pintUKtoCupUS (double pintUK) |
double | cupUStoPintUK (double cupUS) |
double | calcBMImetric (double height, double weight) |
double | calcBMIimperial (double height, double weight) |
double | calcWeightFromBMImetric (double bmi, double height) |
double | calcWeightFromBMIimperial (double bmi, double height) |
double | hypot (double aa, double bb) |
float | hypot (float aa, float bb) |
double | angle (double xAtA, double yAtA, double xAtB, double yAtB, double xAtC, double yAtC) |
double | angle (double sideAC, double sideBC, double sideAB) |
double | sin (double xAtA, double yAtA, double xAtB, double yAtB, double xAtC, double yAtC) |
double | sin (double sideAC, double sideBC, double sideAB) |
double | sin (double arg) |
double | asin (double a) |
double | cos (double xAtA, double yAtA, double xAtB, double yAtB, double xAtC, double yAtC) |
double | cos (double sideAC, double sideBC, double sideAB) |
double | cos (double arg) |
double | acos (double a) |
double | tan (double xAtA, double yAtA, double xAtB, double yAtB, double xAtC, double yAtC) |
double | tan (double sideAC, double sideBC, double sideAB) |
double | tan (double arg) |
double | atan (double a) |
double | atan2 (double a, double b) |
double | cot (double a) |
double | acot (double a) |
double | acot2 (double a, double b) |
double | sec (double a) |
double | asec (double a) |
double | csc (double a) |
double | acsc (double a) |
double | exsec (double a) |
double | aexsec (double a) |
double | vers (double a) |
double | avers (double a) |
double | covers (double a) |
double | acovers (double a) |
double | hav (double a) |
double | ahav (double a) |
double | sinc (double a) |
double | sinh (double a) |
double | asinh (double a) |
double | cosh (double a) |
double | acosh (double a) |
double | tanh (double a) |
double | atanh (double a) |
double | coth (double a) |
double | acoth (double a) |
double | sech (double a) |
double | asech (double a) |
double | csch (double a) |
double | acsch (double a) |
double | truncate (double x, int prec) |
float | truncate (float x, int prec) |
boolean | isInfinity (double x) |
boolean | isInfinity (float x) |
boolean | isPlusInfinity (double x) |
boolean | isPlusInfinity (float x) |
boolean | isMinusInfinity (double x) |
boolean | isMinusInfinity (float x) |
boolean | isNaN (double x) |
boolean | isNaN (float x) |
boolean | isEqual (double x, double y) |
boolean | isEqual (float x, float y) |
boolean | isEqual (int x, int y) |
boolean | isEqual (char x, char y) |
boolean | isEqual (String x, String y) |
boolean | isEven (int x) |
int | compare (double x, double y) |
int | compare (int x, int y) |
int | compare (long x, long y) |
int | compare (float x, float y) |
int | compare (byte x, byte y) |
int | compare (short x, short y) |
boolean | isEven (float x) |
boolean | isEven (double x) |
boolean | isOdd (int x) |
boolean | isOdd (float x) |
boolean | isOdd (double x) |
boolean | leapYear (int year) |
long | dateToJavaMilliS (int year, int month, int day, int hour, int min, int sec) |
Static Public Attributes | |
final double | N_AVAGADRO = 6.0221419947e23 |
final double | K_BOLTZMANN = 1.380650324e-23 |
final double | H_PLANCK = 6.6260687652e-34 |
final double | H_PLANCK_RED = H_PLANCK/(2*Math.PI) |
final double | C_LIGHT = 2.99792458e8 |
final double | R_GAS = 8.31447215 |
final double | F_FARADAY = 9.6485341539e4 |
final double | T_ABS = -273.15 |
final double | Q_ELECTRON = -1.60217646263e-19 |
final double | M_ELECTRON = 9.1093818872e-31 |
final double | M_PROTON = 1.6726215813e-27 |
final double | M_NEUTRON = 1.6749271613e-27 |
final double | EPSILON_0 = 8.854187817e-12 |
final double | MU_0 = Math.PI*4e-7 |
final double | EULER_CONSTANT_GAMMA = 0.5772156649015627 |
final double | PI = Math.PI |
final double | E = Math.E |
Static Private Member Functions | |
String | stringRound (String ss, int prec, char sign) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|