Package org.apfloat

Class FixedPrecisionApcomplexHelper

  • Direct Known Subclasses:
    FixedPrecisionApfloatHelper

    public class FixedPrecisionApcomplexHelper
    extends java.lang.Object
    Fixed-precision mathematical functions for complex numbers.

    All results of the mathematical operations are set to have the specified precision. Also all input arguments are set to the specified precision before the operation. If the specified precision is not infinite, this helper class also avoids InfiniteExpansionException e.g. in case where it would happen with ApcomplexMath.acos(Apcomplex.ZERO).

    Since:
    1.5
    Version:
    1.14.0