Skip to content

tk-yoshimura/LogPadeCoefGeneration

Repository files navigation

LogPadeCoefGeneration

Padé approximation coefficients generation for log function.
logpade_result_44

Definition

The function to be approximated is defined as follows:
define

Namely,
f_form

If both the numerator and denominator are 4 terms, then:
terms44
terms44_accuracy

Precision

The number of terms in the Padé approximation and their relative accuracy as x=1 are as follows:
Each additional 1 term to the numerator denominator, improves the decimal 1.531 digits, or 5.086 bits.
logpade_error_x1

The x and relative accuracy are as follows:
logpade_error_terms

Coefficients

The computation time for the coefficients is O(n4).
results

See Also

PadeApproximation

Releases

No releases published

Packages

No packages published