aytekinar / RationalFunctions.jl

Rational functions in Julia
Other
4 stars 5 forks source link

Change promote rules for `Number`s and `Poly`s #5

Closed aytekinar closed 7 years ago

aytekinar commented 7 years ago

Changes

Changed the promote rules for Numbers and Polys for consistency with the constructor RationalFunction(num[, den = one(num)]).

Reference

Fixes #4.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 5b5d0f9223dd8a5490cf34984c1be786cd40a461 on 4-promote-number into on master.

codecov[bot] commented 7 years ago

Codecov Report

Merging #5 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master       #5   +/-   ##
=======================================
  Coverage   83.71%   83.71%           
=======================================
  Files           5        5           
  Lines         264      264           
=======================================
  Hits          221      221           
  Misses         43       43
Impacted Files Coverage Δ
src/conversions.jl 100% <ø> (ø) :white_check_mark:

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 441ed46...5b5d0f9. Read the comment docs.