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
https://fityk.nieto.pl/data.html#data-point-transformations says:
x, y, s, a [...] If the index is less than 0 or larger than M-1, the value for the first or the last point, respectively, is returned. For X, Y, S, A [...] If the index is less than 0 or larger than M-1, 0 is returned.
but in my tests, Y[index>=M] returns Y[M-1], just like y
Can I assume it's just error in doc? if so, I can fix it myself (I'm preparing many small changes in docs)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://fityk.nieto.pl/data.html#data-point-transformations says:
but in my tests, Y[index>=M] returns Y[M-1], just like y
Can I assume it's just error in doc? if so, I can fix it myself (I'm preparing many small changes in docs)
The text was updated successfully, but these errors were encountered: