Closed sritchie closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.71%. Comparing base (
d354463
) to head (0d43257
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
166 fixes a broken
freeze
implementation for series. Before this fix,sin-series
andcos-series
printed as these two strings, respectively:this happened because zeros were dropped and then all remaining coefficients were zipped with
x^0
,x^1
etc.These now print correctly as