Hi Alasdair,
On Thu, 20 May 2010 18:56:59 -0700 (PDT)
Alasdair wrote:
> sage: diff(gamma(x))
> gamma(x)*psi(x)
> sage: psi(1)
>
> NameError: name 'psi' is not defined
>
> Now is that cheeky or what - Sage giving an answer with a function
> which is "not defined"!
This was fixed a while ago,
sage: diff(gamma(x))
gamma(x)*psi(x)
sage: psi(1)
NameError: name 'psi' is not defined
Now is that cheeky or what - Sage giving an answer with a function
which is "not defined"!
-Alasdair
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, se