JuliaMath / Interpolations.jl

Fast, continuous interpolation of discrete datasets in Julia
http://juliamath.github.io/Interpolations.jl/
Other
523 stars 110 forks source link

Manual misses Previous and Next for Constant interpolation #511

Closed judober closed 2 years ago

judober commented 2 years ago

It seems the features from #338 are not mentioned in the manual.

mkitti commented 2 years ago

Good point. Would you like to help write something for this?

mkitti commented 2 years ago

The first step would be to add docstrings here:

https://github.com/JuliaMath/Interpolations.jl/blob/master/src/b-splines/constant.jl#L4

judober commented 2 years ago

I can try to write something

mkitti commented 2 years ago

Great. Thank you. If you can submit a pull request, please do. Otherwise, feel free to leave the text here, and I'll integrate it.

mkitti commented 2 years ago

cc: @ValentinKaisermayer