Skip to content
New issue

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

Derivative of Akima interpolation is not continuous at last point #119

Closed
GlenHertz opened this issue Jun 30, 2022 · 0 comments
Closed

Derivative of Akima interpolation is not continuous at last point #119

GlenHertz opened this issue Jun 30, 2022 · 0 comments

Comments

@GlenHertz
Copy link
Contributor

julia> akima = DataInterpolations.AkimaInterpolation(sin.(0:10), 0:10);

julia> DataInterpolations.derivative(akima, 10.0)
0.0

julia> DataInterpolations.derivative(akima, prevfloat(10.0))
-1.1455895135058767
ChrisRackauckas added a commit that referenced this issue Jun 30, 2022
Fix #119 Smooth Akima derivative at end points
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant