Hello. I wonder why
gamma(n).evalf(subs={n:i}) works only when i>2
>>> gamma(n).evalf(subs={n:3})
2.00000000000000
>>> gamma(n).evalf(subs={n:2})
gamma(n)
>>> gamma(n).evalf(subs={n:1})
gamma(n)
>>> gamma(n).evalf(subs={n:4})
6.00000000000000
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sympy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---