-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

The following is a bit confusing:

sage: f=(x-1)
sage: f.is_simplified()
False
sage: g=f.simplify()
sage: g
x - 1
sage: g.is_simplified()
True

Is this on purpose?  I.e. if one had to describe what the function
is_simplified() is supposed to do, that description should be

"Return True if self is the result of running simplify() on a symbolic
expression"

rather than the naive

"Return True if self is a simplified symbolic expression"

If yes, should I just add this description to the function's doc?  If
no, should I report this as a bug?

Cheers,
Alex
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHm5hBdZTaNFFPILgRAtzmAJ4ssbGkMLRGqfH6sYxvc/bVHo2xeQCcCDs5
JGN2jVZK5PziGVL4QIVTtWQ=
=c41N
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to