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
:x
"x"
Dict
The text was updated successfully, but these errors were encountered:
I don't mind the first option.
Regarding the second one, I think we can get it directly as look_up(:x) with the function
look_up(:x)
lookup(s::Symbol) = find(v -> v==s, TaylorSeries._params_TaylorN_.variable_symbols)
It would return a vector with the index where the symbol is found, or a zero-length vector, if the symbol doesn't exist.
Sorry, something went wrong.
This is only partially addressed by #154, shall we close this, or keep it open for the future?
Closing, since this is somehow provided by #154 and #155
No branches or pull requests
:x
instead of"x"
Dict
to look up which number variable a given symbol corresponds to.The text was updated successfully, but these errors were encountered: