-
Notifications
You must be signed in to change notification settings - Fork 8
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
Iterated and inverse functions syntax #43
Comments
@jariji, I have support for iterated function in FunctionChains, and FunctionChains supports InverseFunctions (and ChangesOfVariables as well):
It would certainly make sense to add a shortcut/equivalent for About using Supporting |
I'm sorry, it's not clear to me how this syntax request is related to InverseFunctions. Generally, I like the operator proposal - but since it's taken from the Julia PR I think (similar to other proposals in base Julia) if desired it should be tried in a separate dedicated package (similar to the tensor syntax in e.g. https://github.com/JuliaMath/TensorCore.jl) and not in InverseFunctions (InverseFunctions could then eg define |
Indeed, it should (for example) go into FunctionChains (see above). I was just wondering about the choice of operator - sorry, that was a bit off-topic given my remarks before. I'll comment on the Julia PR. |
Yes please. |
Ok, I'll get on that in FunctionChains then @jariji . |
Using Iterators.repeated should make this fairly easy without needing FillArrays. |
Closing this here in favor of oschulz/FunctionChains.jl#13 . |
Using the syntax idea from JuliaLang/julia#39042, I wonder what you think about this syntax for iterated functions. This style is used in array languages.
The text was updated successfully, but these errors were encountered: