JuliaIntervals / TaylorModels.jl

Rigorous function approximation using Taylor models in Julia
Other
63 stars 14 forks source link

Add constructors for just changing the remainder #69

Closed ulinares closed 4 years ago

ulinares commented 4 years ago

This adds constructors for TaylorModel1(RTaylorModel1) and TaylorModelN as proposed by #28.

lbenet commented 4 years ago

Thanks for the addition! Can you perhaps add some tests?

ulinares commented 4 years ago

Hi, I just added some tests for the new constructors, hope this helps.

ulinares commented 4 years ago

Thanks for the suggestions, I've taken into account them in my last PR.

lbenet commented 4 years ago

Thanks @UzielLinares for your contribution! It's merged.