Uses of Interface
org.apache.commons.numbers.complex.Complex.ComplexConstructor
Packages that use Complex.ComplexConstructor
-
Uses of Complex.ComplexConstructor in org.apache.commons.numbers.complex
Methods in org.apache.commons.numbers.complex with parameters of type Complex.ComplexConstructorModifier and TypeMethodDescriptionprivate static ComplexComplex.acos(double real, double imaginary, Complex.ComplexConstructor constructor) Returns the inverse cosine of the complex number.private static ComplexComplex.asin(double real, double imaginary, Complex.ComplexConstructor constructor) Returns the inverse sine of the complex number.private static ComplexComplex.atanh(double real, double imaginary, Complex.ComplexConstructor constructor) Returns the inverse hyperbolic tangent of this complex number.private static ComplexComplex.cosh(double real, double imaginary, Complex.ComplexConstructor constructor) Returns the hyperbolic cosine of the complex number.private static ComplexComplex.coshsinh(double x, double real, double imaginary, boolean sinh, Complex.ComplexConstructor constructor) Compute cosh or sinh when the absolute real component |x| is large.private ComplexComplex.log(DoubleUnaryOperator log, double logOfeOver2, double logOf2, Complex.ComplexConstructor constructor) Returns the logarithm of this complex number using the provided function.private static ComplexComplex.sinh(double real, double imaginary, Complex.ComplexConstructor constructor) Returns the hyperbolic sine of the complex number.private static ComplexComplex.tanh(double real, double imaginary, Complex.ComplexConstructor constructor) Returns the hyperbolic tangent of this complex number.