Package org.apfloat

Class FixedPrecisionApcomplexHelper

java.lang.Object
org.apfloat.FixedPrecisionApcomplexHelper
Direct Known Subclasses:
FixedPrecisionApfloatHelper

public class FixedPrecisionApcomplexHelper extends 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.13.0
Author:
Mikko Tommila