We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There isn't an implemented version of TaylorModel1 with TaylorN (or TaylorModelN) coefficients for the following functions
TaylorModel1
TaylorN
TaylorModelN
Trigonometric functions (sin(x), cos(x), etc.)
sin(x)
cos(x)
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There isn't an implemented version of
TaylorModel1
withTaylorN
(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.
The text was updated successfully, but these errors were encountered: