jmert / AssociatedLegendrePolynomials.jl

A library for calculating the Associated Legendre polynomials
https://jmert.github.io/AssociatedLegendrePolynomials.jl/
MIT License
20 stars 2 forks source link

Support calculations across the complex domain #14

Closed jmert closed 4 years ago

jmert commented 4 years ago

Right now the use of fma() restricts the ability to calculate upon complex arguments, even though the functions are mathematically defined across the complex plane.

Figure out how to change the code and still maintain accuracy in the typical real-argument case.

jmert commented 4 years ago

Closed by #15.