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