Uses of Class
org.noise_planet.noisemodelling.pathfinder.utils.ComplexNumber
-
Packages that use ComplexNumber Package Description org.noise_planet.noisemodelling.pathfinder.utils -
-
Uses of ComplexNumber in org.noise_planet.noisemodelling.pathfinder.utils
Methods in org.noise_planet.noisemodelling.pathfinder.utils that return ComplexNumber Modifier and Type Method Description static ComplexNumberComplexNumber. add(ComplexNumber z1, ComplexNumber z2)Adds twoComplexNumber.ComplexNumberComplexNumber. conjugate()The complex conjugate of the current complex number.static ComplexNumberComplexNumber. cos(ComplexNumber z)Calculates the cosine of theComplexNumberstatic ComplexNumberComplexNumber. cosec(ComplexNumber z)Calculates the co-secant of theComplexNumberstatic ComplexNumberComplexNumber. cot(ComplexNumber z)Calculates the co-tangent of theComplexNumberstatic ComplexNumberComplexNumber. divide(ComplexNumber z1, ComplexNumber z2)Divides oneComplexNumberby another.static ComplexNumberComplexNumber. exp(ComplexNumber z)Calculates the exponential of theComplexNumberComplexNumberComplexNumber. inverse()The inverse/reciprocal of the complex number.static ComplexNumberComplexNumber. multiply(ComplexNumber z1, ComplexNumber z2)Multiplies oneComplexNumberto another.static ComplexNumberComplexNumber. parseComplex(String s)Parses theStringas aComplexNumberof type x+yi.static ComplexNumberComplexNumber. pow(ComplexNumber z, int power)Calculates theComplexNumberto the passed integer power.static ComplexNumberComplexNumber. sec(ComplexNumber z)Calculates the secant of theComplexNumberstatic ComplexNumberComplexNumber. sin(ComplexNumber z)Calculates the sine of theComplexNumberComplexNumberComplexNumber. square()The square of the current complex number.static ComplexNumberComplexNumber. subtract(ComplexNumber z1, ComplexNumber z2)Subtracts oneComplexNumberfrom another.static ComplexNumberComplexNumber. tan(ComplexNumber z)Calculates the tangent of theComplexNumberMethods in org.noise_planet.noisemodelling.pathfinder.utils with parameters of type ComplexNumber Modifier and Type Method Description voidComplexNumber. add(ComplexNumber z)Adds anotherComplexNumberto the current complex number.static ComplexNumberComplexNumber. add(ComplexNumber z1, ComplexNumber z2)Adds twoComplexNumber.static ComplexNumberComplexNumber. cos(ComplexNumber z)Calculates the cosine of theComplexNumberstatic ComplexNumberComplexNumber. cosec(ComplexNumber z)Calculates the co-secant of theComplexNumberstatic ComplexNumberComplexNumber. cot(ComplexNumber z)Calculates the co-tangent of theComplexNumbervoidComplexNumber. divide(ComplexNumber z)Divides the currentComplexNumberby anotherComplexNumber.static ComplexNumberComplexNumber. divide(ComplexNumber z1, ComplexNumber z2)Divides oneComplexNumberby another.static ComplexNumberComplexNumber. exp(ComplexNumber z)Calculates the exponential of theComplexNumbervoidComplexNumber. multiply(ComplexNumber z)Multiplies anotherComplexNumberto the current complex number.static ComplexNumberComplexNumber. multiply(ComplexNumber z1, ComplexNumber z2)Multiplies oneComplexNumberto another.static ComplexNumberComplexNumber. pow(ComplexNumber z, int power)Calculates theComplexNumberto the passed integer power.static ComplexNumberComplexNumber. sec(ComplexNumber z)Calculates the secant of theComplexNumbervoidComplexNumber. set(ComplexNumber z)Sets the value of current complex number to the passed complex number.static ComplexNumberComplexNumber. sin(ComplexNumber z)Calculates the sine of theComplexNumbervoidComplexNumber. subtract(ComplexNumber z)Subtracts anotherComplexNumberfrom the current complex number.static ComplexNumberComplexNumber. subtract(ComplexNumber z1, ComplexNumber z2)Subtracts oneComplexNumberfrom another.static ComplexNumberComplexNumber. tan(ComplexNumber z)Calculates the tangent of theComplexNumber
-