-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
Hi, would it be possible to include a function like this one:
import Base: round
function round(f::Polynomial{true,T}, s::Int) where {T<:Number}
sum([round(coefficient(f[i]),s) * monomial(f[i]) for i in 1:length(f)])
end(or maybe a more clever implementation that does this). Many thanks!
Metadata
Metadata
Assignees
Labels
No labels