[DevPlan] 增强 solve() 函数的功能, 使其可以处理等式中的函数.
>> Primes(100)
in> Primes(100)
2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,
Time used: 000
out> 25
------------------------
>> solve(p(n)==41,n,1,25)
in> solve(p(n)~41,n,1,25)
------------------------