On Fri, Oct 17, 2008 at 10:50 AM, Fabian Seoane <[EMAIL PROTECTED]> wrote: > Other related things: we should agree on how to name assumptions, I've > seen in the code is_integer and is_Integer, is_number and > is_Number ... we really need some > rules on coding style ...
x.is_Integer means x is an Integer instance with a definite value; x.is_integer means that it is any symbolic expression representing an integer. Fredrik --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
