Package org.apfloat

Class FixedPrecisionApfloatHelper

java.lang.Object
org.apfloat.FixedPrecisionApcomplexHelper
org.apfloat.FixedPrecisionApfloatHelper

public class FixedPrecisionApfloatHelper extends FixedPrecisionApcomplexHelper
Fixed-precision mathematical functions for floating-point 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 ApfloatMath.acos(Apfloat.ZERO).

Since:
1.5
Version:
1.13.0
Author:
Mikko Tommila