|
|
last edited 14 years ago by pleblond |
1 2 3 4 5 6 7 8 9 10 | ||
Editor: pleblond
Time: 2010/02/14 13:24:53 GMT-8 |
||
Note: |
changed: -p:=n*(ln(n)+ln(ln(n))-0.5) solve(n*(ln(n)+ln(ln(n))-0.5)-p,n)
solve(n*(ln(n)+ln(ln(n))-0.5)-p,n)
There are no library operations named ln Use HyperDoc Browse or issue )what op ln to learn if there is any operation containing " ln " in its name.
Cannot find a definition or applicable library operation named ln with argument type(s) Variable(n)
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.