Skip to content

Commit

Permalink
Minor fix related to display
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenet committed Jan 11, 2021
1 parent 48ac285 commit a31349b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/printing.jl
Expand Up @@ -181,7 +181,6 @@ function homogPol2str(a::HomogeneousPolynomial{Taylor1{T}}) where {T<:Number}
end

function numbr2str(zz, ifirst::Bool=false)
iszero(zz) && return string( zz )
plusmin = ifelse( ifirst, string(""), string("+ ") )
return string(plusmin, zz)
end
Expand Down

0 comments on commit a31349b

Please sign in to comment.