We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea00f5 commit 96235c5Copy full SHA for 96235c5
src/inverse.jl
@@ -45,7 +45,7 @@ true
45
Implementations of `inverse(::typeof(f))` have to satisfy
46
47
* `inverse(f)(f(x)) ≈ x` for all `x` in the domain of `f`, and
48
-* `inverse(inverse(f))` is equivalent (ideally identical/equal) to `f`.
+* `inverse(inverse(f))` is defined and `inverse(inverse(f))(x) ≈ f(x)` for all `x` in the domain of `f`.
49
50
You can check your implementation with [`InverseFunctions.test_inverse`](@ref).
51
"""
0 commit comments