On Oct 17, 11:31 am, Fabian Seoane <[EMAIL PROTECTED]> wrote: > I'm a bit confused ... > what is then the difference between x.is_Integer and isinstance(x, > Integer) ?
AFAIK x.is_Integer is faster than isinstance(x, Integer). Vinzent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
