InverseFunctions.jl icon indicating copy to clipboard operation
InverseFunctions.jl copied to clipboard

Interface for function inversion in Julia

Results 4 InverseFunctions.jl issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. Release notes Sourced from julia-actions/cache's releases. v2.0.0 Breaking Changes ⚠️ v2.0.0 requires node20. This is a breaking change, because node20 does not support the...

dependencies

Just adding a note here (we don't have to dig in right now), that it would be great to also support `left_inverse` and `right_inverse`, since this comes up so often

Technically breaking, but the old behavior was wrong - so this is a bug fix. Inverse to y=x^2 at y=4 isn't 2 - it's not defined. Maybe there are better...

I think the inverse of `circshift(_, shifts)` is `circshift(_, map(-, shifts))`. Would that fit here?