issues Search Results · repo:JuliaMath/InverseFunctions.jl language:Julia
Filter by
16 results
(88 ms)16 results
inJuliaMath/InverseFunctions.jl (press backspace or delete to remove)Hello,
I m trying to inverse a piecewiese defined function using InverseFunctions.jl
using Test
using InverseFunctions
function get_rate_multiplier(amount::Float64, tiers::Vector{Tuple{Float64, Float64}}) ...
femtotrader
- 2
- Opened on Nov 16, 2024
- #54
Appreciate if someone can work on a hotfix:
Error: Error during loading of extension InverseFunctionsTestExt of InverseFunctions, use `Base.retry_load_extensions()` to retry.
│ exception =
│ 1-element ...
juliohm
- 4
- Opened on Oct 9, 2024
- #53
No other libraries depend on Test. It should probably be kept as an extension so that it only shows up by default as a
test dependency.
ChrisRackauckas
- 7
- Opened on Aug 10, 2024
- #51
I think the inverse of circshift(_, shifts) is circshift(_, map(-, shifts)). Would that fit here?
jariji
- 7
- Opened on Jun 20, 2024
- #49
Using the syntax idea from https://github.com/JuliaLang/julia/pull/39042, I wonder what you think about this syntax for
iterated functions. This style is used in array languages.
using InverseFunctions, ...
jariji
- 7
- Opened on Jan 31, 2024
- #43
Should this be allowed?
using Accessors
julia modify(-2, abs2) do x
x + 1
end
2.23606797749979
julia inverse(abs2)
sqrt (generic function with 19 methods)
This issue is similar to ...
jariji
- 3
- Opened on Sep 18, 2023
- #37
It would be convenient to have a function setinverse (or other name) that behaves like this:
f_with_inv = setinverse(f, f_inv)
f_with_inv(x) == f(x)
inverse(f_with_inv) === f_inv
It would make it easy ...
oschulz
- 8
- Opened on May 13, 2022
- #18
I have an algorithm that requires the inverse of a function over the reals that is assumed to be strictly increasing and
continuous, but is otherwise arbitrary. I ve been doing this in Python, but would ...
RJTK
- 7
- Opened on Apr 21, 2022
- #15
I have a use case that needs to determine if a function has an inverse or not in a type-stable fashion (try/catch won t
do). I think such a functionality would be useful in general.
I see two options: ...
oschulz
- 9
- Opened on Mar 8, 2022
- #13
Do you consider inverses to two-argument Julia Base functions in scope of this package? For example:
inverse(f::Base.Fix1{typeof(+)}) = Base.Fix2(-, f.x)
inverse(f::Base.Fix1{typeof(^)}) = Base.Fix1(log, ...
aplavin
- 17
- Opened on Feb 11, 2022
- #12

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.