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 complex arguments #15

Closed jmert closed 4 years ago

jmert commented 4 years ago

The functions are defined for arguments over the complex plane, so add the necessary support to do the calculation.

codecov[bot] commented 4 years ago

Codecov Report

Merging #15 into master will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   95.47%   95.51%   +0.03%     
==========================================
  Files           9        9              
  Lines         243      245       +2     
==========================================
+ Hits          232      234       +2     
  Misses         11       11              
Impacted Files Coverage Δ
src/calculation.jl 95.72% <100.00%> (+0.07%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e03d4ba...6546037. Read the comment docs.