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 Complex
Complex.acos
(double real, double imaginary, Complex.ComplexConstructor constructor) Returns the inverse cosine of the complex number.private static Complex
Complex.asin
(double real, double imaginary, Complex.ComplexConstructor constructor) Returns the inverse sine of the complex number.private static Complex
Complex.atanh
(double real, double imaginary, Complex.ComplexConstructor constructor) Returns the inverse hyperbolic tangent of this complex number.private static Complex
Complex.cosh
(double real, double imaginary, Complex.ComplexConstructor constructor) Returns the hyperbolic cosine of the complex number.private static Complex
Complex.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 Complex
Complex.log
(DoubleUnaryOperator log, double logOfeOver2, double logOf2, Complex.ComplexConstructor constructor) Returns the logarithm of this complex number using the provided function.private static Complex
Complex.sinh
(double real, double imaginary, Complex.ComplexConstructor constructor) Returns the hyperbolic sine of the complex number.private static Complex
Complex.tanh
(double real, double imaginary, Complex.ComplexConstructor constructor) Returns the hyperbolic tangent of this complex number.