JuliaMath / JuliaMath/Polynomials.jl

breaking change for coeffs of Polynominal(0) ?

Open
#503 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
320
Forks
80
Avg merge
8h 46m
Merged PRs (30d)
3

Description

I'm not sure if this is an intended change, will update the thread if I get more ideas on how the behavior gets affected.

v3.2.8:

```julia
julia> using Polynomials

julia> coeffs(Polynomial(0))
1-element Vector{Int64}:
0
```

v3.2.9-3.2.12:

```julia
julia> using Polynomials

julia> coeffs(Polynomial(0))
Int64[]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.