miguelraz / OrthogonalPolynomials.jl

Other
6 stars 1 forks source link

More precise coefficients and playing with ArbFloats, BigFloats, etc. #11

Open miguelraz opened 6 years ago

miguelraz commented 6 years ago

We push our coefficients into an array in the most naive way possible.

Are there numeric workarounds we can do so that we generate more precise constants?

This will especially impact the precision of methods that require ArbFloats/BigFloats etc.