JuliaAstro / AstroLib.jl

Bundle of small astronomical and astrophysical routines.
http://juliaastro.github.io/AstroLib.jl/stable/
Other
79 stars 23 forks source link

Some additions of sincos() #44

Closed TestSubjector closed 7 years ago

TestSubjector commented 7 years ago

Implementing sincos(), introduced in 68e1a2a to a few more places.

codecov-io commented 7 years ago

Codecov Report

Merging #44 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage    99.8%   99.87%   +0.06%     
==========================================
  Files          76       76              
  Lines        1572     1548      -24     
==========================================
- Hits         1569     1546      -23     
+ Misses          3        2       -1
Impacted Files Coverage Δ
src/eqpole.jl 100% <100%> (ø) :arrow_up:
src/precess_xyz.jl 100% <100%> (ø) :arrow_up:
src/co_nutate.jl 100% <100%> (ø) :arrow_up:
src/co_aberration.jl 100% <100%> (ø) :arrow_up:
src/kepler_solver.jl 100% <100%> (ø) :arrow_up:
src/helio_rv.jl 100% <0%> (ø) :arrow_up:
src/gal_uvw.jl 100% <0%> (ø) :arrow_up:
src/ismeuv.jl 100% <0%> (ø) :arrow_up:
src/sphdist.jl 100% <0%> (ø) :arrow_up:
src/bprecess.jl 100% <0%> (ø) :arrow_up:
... and 13 more

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 10ee386...019829c. Read the comment docs.