Solve::dinv
Eliminate::dinv
Roots::dinv
Reduce::dinv
System`Private`OldReduce::dinv
SolveAlways::dinv
GroebnerBasis::dinv
PolynomialReduce::dinv
MainSolve::dinv
AlgebraicRules::dinv
The solution to this equation cannot be represented using an inverse with respect to one of the function arguments:
Solve[testf[x, x] == 1, x]If the variable occurs in only one argument of the test function, the solution can be represented as an InverseFunction expression:
Solve[testf[x, 0] == 1, x]