Uses of Class
ch.obermuhlner.math.big.BigComplex
Packages that use BigComplex
-
Uses of BigComplex in ch.obermuhlner.math.big
Fields in ch.obermuhlner.math.big declared as BigComplexModifier and TypeFieldDescriptionstatic final BigComplexBigComplex.IImaginary 1 represented as complex number.static final BigComplexBigComplex.ONEReal 1 represented as complex number.static final BigComplexBigComplex.ZEROZero represented as complex number.Methods in ch.obermuhlner.math.big that return BigComplexModifier and TypeMethodDescriptionstatic BigComplexBigComplexMath.acos(BigComplex x, MathContext mathContext) Calculates the arc cosine (inverted cosine) ofBigComplexx in the complex domain.static BigComplexBigComplexMath.acot(BigComplex x, MathContext mathContext) Calculates the arc cotangens (inverted cotangens) ofBigComplexx in the complex domain.BigComplex.add(double value) Calculates the addition of the given realdoublevalue to this complex number.BigComplex.add(BigComplex value) Calculates the addition of the given complex value to this complex number.BigComplex.add(BigComplex value, MathContext mathContext) Calculates the addition of the given complex value to this complex number using the specifiedMathContext.BigComplex.add(BigDecimal value) Calculates the addition of the given realBigDecimalvalue to this complex number.BigComplex.add(BigDecimal value, MathContext mathContext) Calculates the addition of the given realBigDecimalvalue to this complex number using the specifiedMathContext.static BigComplexBigComplexMath.asin(BigComplex x, MathContext mathContext) Calculates the arc sine (inverted sine) ofBigComplexx in the complex domain.static BigComplexBigComplexMath.atan(BigComplex x, MathContext mathContext) Calculates the arc tangens (inverted tangens) ofBigComplexx in the complex domain.BigComplex.conjugate()Calculates the conjugatea - biof this complex number.static BigComplexBigComplexMath.conjugate(BigComplex x) Calculates the conjugate of the given complex number using the specifiedMathContext.static BigComplexBigComplexMath.cos(BigComplex x, MathContext mathContext) Calculates the cosine (cosinus) ofBigComplexx in the complex domain.BigComplex.divide(double value, MathContext mathContext) Calculates this complex number divided by the given realdoublevalue using the specifiedMathContext.BigComplex.divide(BigComplex value, MathContext mathContext) Calculates this complex number divided by the given complex value using the specifiedMathContext.BigComplex.divide(BigDecimal value, MathContext mathContext) Calculates this complex number divided by the given realBigDecimalvalue using the specifiedMathContext.static BigComplexBigComplexMath.exp(BigComplex x, MathContext mathContext) Calculates the natural exponent ofBigComplexx (ex) in the complex domain.static BigComplexBigComplexMath.factorial(BigComplex x, MathContext mathContext) Calculates the factorial of the specifiedBigComplex.static BigComplexBigComplexMath.gamma(BigComplex x, MathContext mathContext) Calculates the gamma function of the specifiedBigComplex.BigComplex.im()Returns the imaginary part of this complex number asBigComplexnumber.static BigComplexBigComplexMath.log(BigComplex x, MathContext mathContext) Calculates the natural logarithm ofBigComplexx in the complex domain.BigComplex.multiply(double value) Calculates the multiplication of the given realdoublevalue with this complex number.BigComplex.multiply(BigComplex value) Calculates the multiplication of the given complex value to this complex number.BigComplex.multiply(BigComplex value, MathContext mathContext) Calculates the multiplication of the given complex value with this complex number using the specifiedMathContext.BigComplex.multiply(BigDecimal value) Calculates the multiplication of the given realBigDecimalvalue with this complex number.BigComplex.multiply(BigDecimal value, MathContext mathContext) Calculates the multiplication of the given realBigDecimalvalue with this complex number using the specifiedMathContext.BigComplex.negate()Calculates the negation-a - biof this complex number.static BigComplexBigComplexMath.pow(BigComplex x, long y, MathContext mathContext) CalculatesBigComplexx to the power oflongy (xy).static BigComplexBigComplexMath.pow(BigComplex x, BigComplex y, MathContext mathContext) CalculatesBigComplexx to the power ofBigComplexy (xy).static BigComplexBigComplexMath.pow(BigComplex x, BigDecimal y, MathContext mathContext) CalculatesBigComplexx to the power ofBigDecimaly (xy).BigComplex.re()Returns the real part of this complex number asBigComplexnumber.BigComplex.reciprocal(MathContext mathContext) Calculates the reciprocal of this complex number using the specifiedMathContext.static BigComplexBigComplexMath.reciprocal(BigComplex x, MathContext mathContext) Calculates the reciprocal of the given complex number using the specifiedMathContext.static BigComplexBigComplexMath.root(BigComplex x, BigComplex n, MathContext mathContext) Calculates theBigComplexn'th root ofBigComplexx (n√x).static BigComplexBigComplexMath.root(BigComplex x, BigDecimal n, MathContext mathContext) Calculates theBigDecimaln'th root ofBigComplexx (n√x).BigComplex.round(MathContext mathContext) Returns this complex nuber rounded to the specified precision.static BigComplexBigComplexMath.sin(BigComplex x, MathContext mathContext) Calculates the sine (sinus) ofBigComplexx in the complex domain.static BigComplexBigComplexMath.sqrt(BigComplex x, MathContext mathContext) Calculates the square root ofBigComplexx in the complex domain (√x).BigComplex.subtract(double value) Calculates the subtraction of the given realdoublevalue from this complex number.BigComplex.subtract(BigComplex value) Calculates the subtraction of the given complex value from this complex number.BigComplex.subtract(BigComplex value, MathContext mathContext) Calculates the subtraction of the given complex value from this complex number using the specifiedMathContext.BigComplex.subtract(BigDecimal value) Calculates the subtraction of the given realBigDecimalvalue from this complex number.BigComplex.subtract(BigDecimal value, MathContext mathContext) Calculates the subtraction of the given realBigDecimalvalue from this complex number using the specifiedMathContext.static BigComplexBigComplexMath.tan(BigComplex x, MathContext mathContext) Calculates the tangens ofBigComplexx in the complex domain.static BigComplexBigComplex.valueOf(double real) Returns a complex number with the specified realdoublepart.static BigComplexBigComplex.valueOf(double real, double imaginary) Returns a complex number with the specified real and imaginarydoubleparts.static BigComplexBigComplex.valueOf(BigDecimal real) Returns a complex number with the specified realBigDecimalpart.static BigComplexBigComplex.valueOf(BigDecimal real, BigDecimal imaginary) Returns a complex number with the specified real and imaginaryBigDecimalparts.static BigComplexBigComplex.valueOfPolar(double radius, double angle, MathContext mathContext) static BigComplexBigComplex.valueOfPolar(BigDecimal radius, BigDecimal angle, MathContext mathContext) Returns a complex number with the specified polarBigDecimalradius and angle using the specifiedMathContext.Methods in ch.obermuhlner.math.big with parameters of type BigComplexModifier and TypeMethodDescriptionstatic BigDecimalBigComplexMath.abs(BigComplex x, MathContext mathContext) Calculates the absolute value (also known as magnitude, length or radius) of the given complex number using the specifiedMathContext.static BigDecimalBigComplexMath.absSquare(BigComplex x, MathContext mathContext) Calculates the square of the absolute value (also known as magnitude, length or radius) of the given complex number using the specifiedMathContext.static BigComplexBigComplexMath.acos(BigComplex x, MathContext mathContext) Calculates the arc cosine (inverted cosine) ofBigComplexx in the complex domain.static BigComplexBigComplexMath.acot(BigComplex x, MathContext mathContext) Calculates the arc cotangens (inverted cotangens) ofBigComplexx in the complex domain.BigComplex.add(BigComplex value) Calculates the addition of the given complex value to this complex number.BigComplex.add(BigComplex value, MathContext mathContext) Calculates the addition of the given complex value to this complex number using the specifiedMathContext.static BigDecimalBigComplexMath.angle(BigComplex x, MathContext mathContext) Calculates the angle in radians of the given complex number using the specifiedMathContext.static BigComplexBigComplexMath.asin(BigComplex x, MathContext mathContext) Calculates the arc sine (inverted sine) ofBigComplexx in the complex domain.static BigComplexBigComplexMath.atan(BigComplex x, MathContext mathContext) Calculates the arc tangens (inverted tangens) ofBigComplexx in the complex domain.static BigComplexBigComplexMath.conjugate(BigComplex x) Calculates the conjugate of the given complex number using the specifiedMathContext.static BigComplexBigComplexMath.cos(BigComplex x, MathContext mathContext) Calculates the cosine (cosinus) ofBigComplexx in the complex domain.BigComplex.divide(BigComplex value, MathContext mathContext) Calculates this complex number divided by the given complex value using the specifiedMathContext.static BigComplexBigComplexMath.exp(BigComplex x, MathContext mathContext) Calculates the natural exponent ofBigComplexx (ex) in the complex domain.static BigComplexBigComplexMath.factorial(BigComplex x, MathContext mathContext) Calculates the factorial of the specifiedBigComplex.static BigComplexBigComplexMath.gamma(BigComplex x, MathContext mathContext) Calculates the gamma function of the specifiedBigComplex.static BigComplexBigComplexMath.log(BigComplex x, MathContext mathContext) Calculates the natural logarithm ofBigComplexx in the complex domain.BigComplex.multiply(BigComplex value) Calculates the multiplication of the given complex value to this complex number.BigComplex.multiply(BigComplex value, MathContext mathContext) Calculates the multiplication of the given complex value with this complex number using the specifiedMathContext.static BigComplexBigComplexMath.pow(BigComplex x, long y, MathContext mathContext) CalculatesBigComplexx to the power oflongy (xy).static BigComplexBigComplexMath.pow(BigComplex x, BigComplex y, MathContext mathContext) CalculatesBigComplexx to the power ofBigComplexy (xy).static BigComplexBigComplexMath.pow(BigComplex x, BigDecimal y, MathContext mathContext) CalculatesBigComplexx to the power ofBigDecimaly (xy).static BigComplexBigComplexMath.reciprocal(BigComplex x, MathContext mathContext) Calculates the reciprocal of the given complex number using the specifiedMathContext.static BigComplexBigComplexMath.root(BigComplex x, BigComplex n, MathContext mathContext) Calculates theBigComplexn'th root ofBigComplexx (n√x).static BigComplexBigComplexMath.root(BigComplex x, BigDecimal n, MathContext mathContext) Calculates theBigDecimaln'th root ofBigComplexx (n√x).static BigComplexBigComplexMath.sin(BigComplex x, MathContext mathContext) Calculates the sine (sinus) ofBigComplexx in the complex domain.static BigComplexBigComplexMath.sqrt(BigComplex x, MathContext mathContext) Calculates the square root ofBigComplexx in the complex domain (√x).BigComplex.subtract(BigComplex value) Calculates the subtraction of the given complex value from this complex number.BigComplex.subtract(BigComplex value, MathContext mathContext) Calculates the subtraction of the given complex value from this complex number using the specifiedMathContext.static BigComplexBigComplexMath.tan(BigComplex x, MathContext mathContext) Calculates the tangens ofBigComplexx in the complex domain.