Uses of Class
ch.nolix.tech.math.bigdecimalmath.ComplexNumber
Packages that use ComplexNumber
-
Uses of ComplexNumber in ch.nolix.tech.math.bigdecimalmath
Methods in ch.nolix.tech.math.bigdecimalmath that return ComplexNumberModifier and TypeMethodDescriptionComplexNumber.getConjugate()ComplexNumber.getPower(int exponent) ComplexNumber.getPower2()ComplexNumber.getPower3()ComplexNumber.getPower4()ComplexNumber.getProduct(IComplexNumber complexNumber) ComplexNumber.getProduct(BigDecimal number) ComplexNumber.getSum(IComplexNumber complexNumber) static ComplexNumberComplexNumber.withRealComponentAndImaginaryComponent(double realComponent, double imaginaryComponent) static ComplexNumberComplexNumber.withRealComponentAndImaginaryComponent(BigDecimal realComponent, BigDecimal imaginaryComponent) static ComplexNumberComplexNumber.withRealComponentAndImaginaryComponentAndDecimalPlaceCount(double realComponent, double imaginaryComponent, int decimalPlaceCount) static ComplexNumberComplexNumber.withRealComponentAndImaginaryComponentAndDecimalPlaceCount(BigDecimal realComponent, BigDecimal imaginaryComponent, int decimalPlaceCount)