login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for SandBox_pleblond revision 4 of 10

1 2 3 4 5 6 7 8 9 10
Editor: pleblond
Time: 2010/02/14 13:25:18 GMT-8
Note:

changed:
-solve(n*(ln(n)+ln(ln(n))-0.5)-p,n)
solve(n*(log(n)+log(log(n))-0.5)-p,n)

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.