Apfloat library usage in N(..., <precision>)

Issue #38 closed
Axel Kramer repo owner created an issue

If the precision is greater than 15 in an evaluation like: N(<expression>, <precision>) expression will be evaluated with the given precision in numeric mode with the Apfloat library types.

See: http://www.apfloat.org/apfloat_java/

At the moment the double number type based functions from commons math don't support Apfloat. Examples for these Functions are: Eigenvalues, Eigenvectors, Erf, FindRoot, Fit, InterpolatingFunction, LinearProgramming, SingularValueDecomposition, ...

Comments (2)

  1. Log in to comment