Uses of Class
org.hipparchus.util.Tuple
Package
Description
Convenience routines and common data structures used throughout the Hipparchus library.
-
Uses of Tuple in org.hipparchus.util
Modifier and TypeMethodDescriptionTuple.abs()
absolute value.Tuple.acos()
Arc cosine operation.Tuple.acosh()
Inverse hyperbolic cosine operation.Tuple.add
(double a) '+' operator.Compute this + a.Tuple.asin()
Arc sine operation.Tuple.asinh()
Inverse hyperbolic sine operation.Tuple.atan()
Arc tangent operation.Two arguments arc tangent operation.Tuple.atanh()
Inverse hyperbolic tangent operation.Tuple.cbrt()
Cubic root.Tuple.ceil()
Get the smallest whole number larger than instance.Tuple.copySign
(double sign) Returns the instance with the sign of the argument.Returns the instance with the sign of the argument.Tuple.cos()
Cosine operation.Tuple.cosh()
Hyperbolic cosine operation.Tuple.divide
(double a) '÷' operator.Compute this ÷ a.Tuple.exp()
Exponential.Tuple.expm1()
Exponential minus 1.Tuple.floor()
Get the largest whole number smaller than instance.Tuple.getPi()
Get the Archimedes constant π.Returns the hypotenuse of a triangle with sidesthis
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow.Tuple.linearCombination
(double[] a, Tuple[] b) Compute a linear combination.Tuple.linearCombination
(double a1, Tuple b1, double a2, Tuple b2) Compute a linear combination.Tuple.linearCombination
(double a1, Tuple b1, double a2, Tuple b2, double a3, Tuple b3) Compute a linear combination.Tuple.linearCombination
(double a1, Tuple b1, double a2, Tuple b2, double a3, Tuple b3, double a4, Tuple b4) Compute a linear combination.Tuple.linearCombination
(Tuple[] a, Tuple[] b) Compute a linear combination.Tuple.linearCombination
(Tuple a1, Tuple b1, Tuple a2, Tuple b2) Compute a linear combination.Compute a linear combination.Tuple.linearCombination
(Tuple a1, Tuple b1, Tuple a2, Tuple b2, Tuple a3, Tuple b3, Tuple a4, Tuple b4) Compute a linear combination.Tuple.log()
Natural logarithm.Tuple.log10()
Base 10 logarithm.Tuple.log1p()
Shifted natural logarithm.Tuple.multiply
(double a) '×' operator.Tuple.multiply
(int n) Compute n × this.Compute this × a.Tuple.negate()
Returns the additive inverse ofthis
element.Tuple.newInstance
(double value) Create an instance corresponding to a constant real value.Tuple.pow
(double p) Power operation.Tuple.pow
(int n) Integer power operation.Power operation.Tuple.reciprocal()
Returns the multiplicative inverse ofthis
element.Tuple.remainder
(double a) IEEE remainder operator.IEEE remainder operator.Tuple.rint()
Get the whole number that is the nearest to the instance, or the even one if x is exactly half way between two integers.Tuple.rootN
(int n) Nth root.Tuple.scalb
(int n) Multiply the instance by a power of 2.Tuple.sign()
Compute the sign of the instance.Tuple.sin()
Sine operation.Tuple.sinh()
Hyperbolic sine operation.Tuple.sqrt()
Square root.Tuple.square()
Compute this × this.Tuple.subtract
(double a) '-' operator.Compute this - a.Tuple.tan()
Tangent operation.Tuple.tanh()
Hyperbolic tangent operation.Tuple.toDegrees()
Convert radians to degrees, with error of less than 0.5 ULPTuple.toRadians()
Convert degrees to radians, with error of less than 0.5 ULPTuple.ulp()
Compute least significant bit (Unit in Last Position) for a number.Modifier and TypeMethodDescriptionTuple.getField()
Get theField
to which the instance belongs.Tuple.sinCos()
Combined Sine and Cosine operation.Tuple.sinhCosh()
Combined hyperbolic sine and cosine operation.Modifier and TypeMethodDescriptionCompute this + a.Two arguments arc tangent operation.Returns the instance with the sign of the argument.Compute this ÷ a.Returns the hypotenuse of a triangle with sidesthis
andy
- sqrt(this2 +y2) avoiding intermediate overflow or underflow.Tuple.linearCombination
(double[] a, Tuple[] b) Compute a linear combination.Tuple.linearCombination
(double a1, Tuple b1, double a2, Tuple b2) Compute a linear combination.Tuple.linearCombination
(double a1, Tuple b1, double a2, Tuple b2, double a3, Tuple b3) Compute a linear combination.Tuple.linearCombination
(double a1, Tuple b1, double a2, Tuple b2, double a3, Tuple b3, double a4, Tuple b4) Compute a linear combination.Tuple.linearCombination
(Tuple[] a, Tuple[] b) Compute a linear combination.Tuple.linearCombination
(Tuple a1, Tuple b1, Tuple a2, Tuple b2) Compute a linear combination.Compute a linear combination.Tuple.linearCombination
(Tuple a1, Tuple b1, Tuple a2, Tuple b2, Tuple a3, Tuple b3, Tuple a4, Tuple b4) Compute a linear combination.Compute this × a.Power operation.IEEE remainder operator.Compute this - a.