axiom
solve(n*(log(n)+log(log(n))-0.5)-p,n)
There are 18 exposed and 3 unexposed library operations named solve
having 2 argument(s) but none was determined to be applicable.
Use HyperDoc Browse, or issue
)display op solve
to learn more about the available operations. Perhaps
package-calling the operation or using coercions on the arguments
will allow you to apply the operation.
Cannot find a definition or applicable library operation named solve
with argument type(s)
Expression(Float)
Variable(n)
Perhaps you should use "@" to indicate the required return type,
or "$" to specify which version of the function you need.