Uses of Class
org.apfloat.Apcomplex
-
Packages that use Apcomplex Package Description org.apfloat The apfloat Application Programming Interface (API). -
-
Uses of Apcomplex in org.apfloat
Subclasses of Apcomplex in org.apfloat Modifier and Type Class Description class
Apfloat
Arbitrary precision floating-point number class.class
Apint
Arbitrary precision integer class.class
Aprational
Arbitrary precision rational number class.Fields in org.apfloat declared as Apcomplex Modifier and Type Field Description static Apcomplex
Apcomplex. I
Imaginary unit.Methods in org.apfloat that return Apcomplex Modifier and Type Method Description static Apcomplex
ApcomplexMath. acos(Apcomplex z)
Inverse cosine.Apcomplex
FixedPrecisionApcomplexHelper. acos(Apcomplex z)
Arc cosine.static Apcomplex
ApcomplexMath. acosh(Apcomplex z)
Inverse hyperbolic cosine.Apcomplex
FixedPrecisionApcomplexHelper. acosh(Apcomplex z)
Hyperbolic arc cosine.Apcomplex
Apcomplex. add(Apcomplex z)
Adds two apcomplex numbers.Apcomplex
FixedPrecisionApcomplexHelper. add(Apcomplex z, Apcomplex w)
Addition.static Apcomplex
ApcomplexMath. agm(Apcomplex a, Apcomplex b)
Arithmetic-geometric mean.Apcomplex
FixedPrecisionApcomplexHelper. agm(Apcomplex a, Apcomplex b)
Arithmetic-geometric mean.static Apcomplex[]
ApcomplexMath. allRoots(Apcomplex z, int n)
All values of the positive integer root.Apcomplex[]
FixedPrecisionApcomplexHelper. allRoots(Apcomplex z, int n)
All branches of a root.static Apcomplex
ApcomplexMath. asin(Apcomplex z)
Inverse sine.Apcomplex
FixedPrecisionApcomplexHelper. asin(Apcomplex z)
Arc sine.static Apcomplex
ApcomplexMath. asinh(Apcomplex z)
Inverse hyperbolic sine.Apcomplex
FixedPrecisionApcomplexHelper. asinh(Apcomplex z)
Hyperbolic arc sine.static Apcomplex
ApcomplexMath. atan(Apcomplex z)
Inverse tangent.Apcomplex
FixedPrecisionApcomplexHelper. atan(Apcomplex z)
Arc tangent.static Apcomplex
ApcomplexMath. atanh(Apcomplex z)
Inverse hyperbolic tangent.Apcomplex
FixedPrecisionApcomplexHelper. atanh(Apcomplex z)
Hyperbolic arc tangent.static Apcomplex
ApcomplexMath. cbrt(Apcomplex z)
Cube root.Apcomplex
FixedPrecisionApcomplexHelper. cbrt(Apcomplex z)
Cube root.Apcomplex
Apcomplex. conj()
Returns the complex conjugate of this apcomplex.Apcomplex
FixedPrecisionApcomplexHelper. conj(Apcomplex z)
Complex conjugate.static Apcomplex
ApcomplexMath. cos(Apcomplex z)
Cosine.Apcomplex
FixedPrecisionApcomplexHelper. cos(Apcomplex z)
Cosine.static Apcomplex
ApcomplexMath. cosh(Apcomplex z)
Hyperbolic cosine.Apcomplex
FixedPrecisionApcomplexHelper. cosh(Apcomplex z)
Hyperbolic cosine.Apcomplex
Apcomplex. divide(Apcomplex z)
Divides two apcomplex numbers.Apcomplex
FixedPrecisionApcomplexHelper. divide(Apcomplex z, Apcomplex w)
Division.static Apcomplex
ApcomplexMath. exp(Apcomplex z)
Exponent function.Apcomplex
FixedPrecisionApcomplexHelper. exp(Apcomplex z)
Exponential function.static Apcomplex
ApcomplexMath. gamma(Apcomplex z)
Gamma function.Apcomplex
FixedPrecisionApcomplexHelper. gamma(Apcomplex z)
Gamma function.static Apcomplex
ApcomplexMath. inverseRoot(Apcomplex z, long n)
Inverse positive integer root.static Apcomplex
ApcomplexMath. inverseRoot(Apcomplex z, long n, long k)
Inverse positive integer root.Apcomplex
FixedPrecisionApcomplexHelper. inverseRoot(Apcomplex z, long n)
Inverse root.Apcomplex
FixedPrecisionApcomplexHelper. inverseRoot(Apcomplex z, long n, long k)
Inverse root with branch.static Apcomplex
ApcomplexMath. log(Apcomplex z)
Natural logarithm.static Apcomplex
ApcomplexMath. log(Apcomplex z, Apcomplex w)
Logarithm in arbitrary base.Apcomplex
FixedPrecisionApcomplexHelper. log(Apcomplex z)
Natural logarithm.Apcomplex
FixedPrecisionApcomplexHelper. log(Apcomplex z, Apcomplex w)
Logarithm in specified base.Apcomplex
Apcomplex. multiply(Apcomplex z)
Multiplies two apcomplex numbers.Apcomplex
FixedPrecisionApcomplexHelper. multiply(Apcomplex z, Apcomplex w)
Multiplication.Apcomplex
Apcomplex. negate()
Negative value.static Apcomplex
ApcomplexMath. negate(Apcomplex z)
Deprecated.Usenegate()
.Apcomplex
FixedPrecisionApcomplexHelper. negate(Apcomplex z)
Negation.static Apcomplex
ApcomplexMath. pow(Apcomplex z, long n)
Integer power.static Apcomplex
ApcomplexMath. pow(Apcomplex z, Apcomplex w)
Arbitrary power.Apcomplex
FixedPrecisionApcomplexHelper. pow(Apcomplex z, long n)
Integer power.Apcomplex
FixedPrecisionApcomplexHelper. pow(Apcomplex z, Apcomplex w)
Power.Apcomplex
Apcomplex. precision(long precision)
Returns an apcomplex with the same value as this apcomplex accurate to the specified precision.static Apcomplex
ApcomplexMath. product(Apcomplex... z)
Product of numbers.Apcomplex
FixedPrecisionApcomplexHelper. product(Apcomplex... z)
Product.static Apcomplex
ApcomplexMath. root(Apcomplex z, long n)
Positive integer root.static Apcomplex
ApcomplexMath. root(Apcomplex z, long n, long k)
Positive integer root.Apcomplex
FixedPrecisionApcomplexHelper. root(Apcomplex z, long n)
Root.Apcomplex
FixedPrecisionApcomplexHelper. root(Apcomplex z, long n, long k)
Root with branch.static Apcomplex
ApcomplexMath. scale(Apcomplex z, long scale)
Multiply by a power of the radix.Apcomplex
FixedPrecisionApcomplexHelper. scale(Apcomplex z, long scale)
Move the radix point.static Apcomplex
ApcomplexMath. sin(Apcomplex z)
Sine.Apcomplex
FixedPrecisionApcomplexHelper. sin(Apcomplex z)
Sine.static Apcomplex
ApcomplexMath. sinh(Apcomplex z)
Hyperbolic sine.Apcomplex
FixedPrecisionApcomplexHelper. sinh(Apcomplex z)
Hyperbolic sine.static Apcomplex
ApcomplexMath. sqrt(Apcomplex z)
Square root.Apcomplex
FixedPrecisionApcomplexHelper. sqrt(Apcomplex z)
Square root.Apcomplex
Apcomplex. subtract(Apcomplex z)
Subtracts two apcomplex numbers.Apcomplex
FixedPrecisionApcomplexHelper. subtract(Apcomplex z, Apcomplex w)
Subtraction.static Apcomplex
ApcomplexMath. sum(Apcomplex... z)
Sum of numbers.Apcomplex
FixedPrecisionApcomplexHelper. sum(Apcomplex... z)
Sum.static Apcomplex
ApcomplexMath. tan(Apcomplex z)
Tangent.Apcomplex
FixedPrecisionApcomplexHelper. tan(Apcomplex z)
Tangent.static Apcomplex
ApcomplexMath. tanh(Apcomplex z)
Hyperbolic tangent.Apcomplex
FixedPrecisionApcomplexHelper. tanh(Apcomplex z)
Hyperbolic tangent.Apcomplex
Apcomplex. toRadix(int radix)
Convert this apcomplex to the specified radix.Apcomplex
FixedPrecisionApcomplexHelper. valueOf(Apcomplex z)
Returns the value with the specified precision.static Apcomplex
ApcomplexMath. w(Apcomplex z)
Lambert W function.static Apcomplex
ApcomplexMath. w(Apcomplex z, long k)
Lambert W function for the specified branch.Apcomplex
FixedPrecisionApcomplexHelper. w(Apcomplex z)
Lambert W function.Apcomplex
FixedPrecisionApcomplexHelper. w(Apcomplex z, long k)
Lambert W function for the specified branch.Methods in org.apfloat with parameters of type Apcomplex Modifier and Type Method Description static Apfloat
ApcomplexMath. abs(Apcomplex z)
Absolute value.Apfloat
FixedPrecisionApcomplexHelper. abs(Apcomplex z)
Absolute value.static Apcomplex
ApcomplexMath. acos(Apcomplex z)
Inverse cosine.Apcomplex
FixedPrecisionApcomplexHelper. acos(Apcomplex z)
Arc cosine.static Apcomplex
ApcomplexMath. acosh(Apcomplex z)
Inverse hyperbolic cosine.Apcomplex
FixedPrecisionApcomplexHelper. acosh(Apcomplex z)
Hyperbolic arc cosine.Apcomplex
Apcomplex. add(Apcomplex z)
Adds two apcomplex numbers.Apcomplex
FixedPrecisionApcomplexHelper. add(Apcomplex z, Apcomplex w)
Addition.static Apcomplex
ApcomplexMath. agm(Apcomplex a, Apcomplex b)
Arithmetic-geometric mean.Apcomplex
FixedPrecisionApcomplexHelper. agm(Apcomplex a, Apcomplex b)
Arithmetic-geometric mean.static Apcomplex[]
ApcomplexMath. allRoots(Apcomplex z, int n)
All values of the positive integer root.Apcomplex[]
FixedPrecisionApcomplexHelper. allRoots(Apcomplex z, int n)
All branches of a root.static Apfloat
ApcomplexMath. arg(Apcomplex z)
Angle of the complex vector in the complex plane.Apfloat
FixedPrecisionApcomplexHelper. arg(Apcomplex z)
Complex angle.static Apcomplex
ApcomplexMath. asin(Apcomplex z)
Inverse sine.Apcomplex
FixedPrecisionApcomplexHelper. asin(Apcomplex z)
Arc sine.static Apcomplex
ApcomplexMath. asinh(Apcomplex z)
Inverse hyperbolic sine.Apcomplex
FixedPrecisionApcomplexHelper. asinh(Apcomplex z)
Hyperbolic arc sine.static Apcomplex
ApcomplexMath. atan(Apcomplex z)
Inverse tangent.Apcomplex
FixedPrecisionApcomplexHelper. atan(Apcomplex z)
Arc tangent.static Apcomplex
ApcomplexMath. atanh(Apcomplex z)
Inverse hyperbolic tangent.Apcomplex
FixedPrecisionApcomplexHelper. atanh(Apcomplex z)
Hyperbolic arc tangent.static Apcomplex
ApcomplexMath. cbrt(Apcomplex z)
Cube root.Apcomplex
FixedPrecisionApcomplexHelper. cbrt(Apcomplex z)
Cube root.Apcomplex
FixedPrecisionApcomplexHelper. conj(Apcomplex z)
Complex conjugate.static Apcomplex
ApcomplexMath. cos(Apcomplex z)
Cosine.Apcomplex
FixedPrecisionApcomplexHelper. cos(Apcomplex z)
Cosine.static Apcomplex
ApcomplexMath. cosh(Apcomplex z)
Hyperbolic cosine.Apcomplex
FixedPrecisionApcomplexHelper. cosh(Apcomplex z)
Hyperbolic cosine.Apcomplex
Apcomplex. divide(Apcomplex z)
Divides two apcomplex numbers.Apcomplex
FixedPrecisionApcomplexHelper. divide(Apcomplex z, Apcomplex w)
Division.long
Apcomplex. equalDigits(Apcomplex z)
Computes number of equal digits.static Apcomplex
ApcomplexMath. exp(Apcomplex z)
Exponent function.Apcomplex
FixedPrecisionApcomplexHelper. exp(Apcomplex z)
Exponential function.static Apcomplex
ApcomplexMath. gamma(Apcomplex z)
Gamma function.Apcomplex
FixedPrecisionApcomplexHelper. gamma(Apcomplex z)
Gamma function.Apfloat
FixedPrecisionApcomplexHelper. imag(Apcomplex z)
Imaginary part.static Apcomplex
ApcomplexMath. inverseRoot(Apcomplex z, long n)
Inverse positive integer root.static Apcomplex
ApcomplexMath. inverseRoot(Apcomplex z, long n, long k)
Inverse positive integer root.Apcomplex
FixedPrecisionApcomplexHelper. inverseRoot(Apcomplex z, long n)
Inverse root.Apcomplex
FixedPrecisionApcomplexHelper. inverseRoot(Apcomplex z, long n, long k)
Inverse root with branch.static Apcomplex
ApcomplexMath. log(Apcomplex z)
Natural logarithm.static Apcomplex
ApcomplexMath. log(Apcomplex z, Apcomplex w)
Logarithm in arbitrary base.Apcomplex
FixedPrecisionApcomplexHelper. log(Apcomplex z)
Natural logarithm.Apcomplex
FixedPrecisionApcomplexHelper. log(Apcomplex z, Apcomplex w)
Logarithm in specified base.Apcomplex
Apcomplex. multiply(Apcomplex z)
Multiplies two apcomplex numbers.Apcomplex
FixedPrecisionApcomplexHelper. multiply(Apcomplex z, Apcomplex w)
Multiplication.static Apcomplex
ApcomplexMath. negate(Apcomplex z)
Deprecated.Usenegate()
.Apcomplex
FixedPrecisionApcomplexHelper. negate(Apcomplex z)
Negation.static Apfloat
ApcomplexMath. norm(Apcomplex z)
Norm.Apfloat
FixedPrecisionApcomplexHelper. norm(Apcomplex z)
Norm.static Apcomplex
ApcomplexMath. pow(Apcomplex z, long n)
Integer power.static Apcomplex
ApcomplexMath. pow(Apcomplex z, Apcomplex w)
Arbitrary power.Apcomplex
FixedPrecisionApcomplexHelper. pow(Apcomplex z, long n)
Integer power.Apcomplex
FixedPrecisionApcomplexHelper. pow(Apcomplex z, Apcomplex w)
Power.static Apcomplex
ApcomplexMath. product(Apcomplex... z)
Product of numbers.Apcomplex
FixedPrecisionApcomplexHelper. product(Apcomplex... z)
Product.Apfloat
FixedPrecisionApcomplexHelper. real(Apcomplex z)
Real part.static Apcomplex
ApcomplexMath. root(Apcomplex z, long n)
Positive integer root.static Apcomplex
ApcomplexMath. root(Apcomplex z, long n, long k)
Positive integer root.Apcomplex
FixedPrecisionApcomplexHelper. root(Apcomplex z, long n)
Root.Apcomplex
FixedPrecisionApcomplexHelper. root(Apcomplex z, long n, long k)
Root with branch.static Apcomplex
ApcomplexMath. scale(Apcomplex z, long scale)
Multiply by a power of the radix.Apcomplex
FixedPrecisionApcomplexHelper. scale(Apcomplex z, long scale)
Move the radix point.static Apcomplex
ApcomplexMath. sin(Apcomplex z)
Sine.Apcomplex
FixedPrecisionApcomplexHelper. sin(Apcomplex z)
Sine.static Apcomplex
ApcomplexMath. sinh(Apcomplex z)
Hyperbolic sine.Apcomplex
FixedPrecisionApcomplexHelper. sinh(Apcomplex z)
Hyperbolic sine.static Apcomplex
ApcomplexMath. sqrt(Apcomplex z)
Square root.Apcomplex
FixedPrecisionApcomplexHelper. sqrt(Apcomplex z)
Square root.Apcomplex
Apcomplex. subtract(Apcomplex z)
Subtracts two apcomplex numbers.Apcomplex
FixedPrecisionApcomplexHelper. subtract(Apcomplex z, Apcomplex w)
Subtraction.static Apcomplex
ApcomplexMath. sum(Apcomplex... z)
Sum of numbers.Apcomplex
FixedPrecisionApcomplexHelper. sum(Apcomplex... z)
Sum.static Apcomplex
ApcomplexMath. tan(Apcomplex z)
Tangent.Apcomplex
FixedPrecisionApcomplexHelper. tan(Apcomplex z)
Tangent.static Apcomplex
ApcomplexMath. tanh(Apcomplex z)
Hyperbolic tangent.Apcomplex
FixedPrecisionApcomplexHelper. tanh(Apcomplex z)
Hyperbolic tangent.Apcomplex
FixedPrecisionApcomplexHelper. valueOf(Apcomplex z)
Returns the value with the specified precision.static Apcomplex
ApcomplexMath. w(Apcomplex z)
Lambert W function.static Apcomplex
ApcomplexMath. w(Apcomplex z, long k)
Lambert W function for the specified branch.Apcomplex
FixedPrecisionApcomplexHelper. w(Apcomplex z)
Lambert W function.Apcomplex
FixedPrecisionApcomplexHelper. w(Apcomplex z, long k)
Lambert W function for the specified branch.
-