There isn't an implemented version of `TaylorModel1` with `TaylorN` (or `TaylorModelN`) coefficients for the following functions - [ ] Trigonometric functions (`sin(x)`, `cos(x)`, etc.) - [ ] Exponential and logarithmic functions. - [ ] Power functions (up to now only ^2 is supported) These kinds of Taylor Models are required by the new ODE solver in #84 and will be needed by it in order to properly work.
There isn't an implemented version of
TaylorModel1withTaylorN(orTaylorModelN) coefficients for the following functionsTrigonometric functions (
sin(x),cos(x), etc.)Exponential and logarithmic functions.
Power functions (up to now only ^2 is supported)
These kinds of Taylor Models are required by the new ODE solver in #84 and will be needed by it in order to properly work.