Jason Thanks. Usually I google and read what I find. This one slipped my net. My apologies. I'll try harder to search. I see the "may mangle call statements" warning on the link you sent. I don't see an example of a "mangling". I increased my level to 10 and tried to mangle something but I failed. Still not sure what I should watch out for...
sage: n( sin( ( sin( .5 ) ) ) ) 0.461269555033181 sage: n( sin( ( sin( .5 ) cos( sin(.1) ) ) ) ) 0.459150207292798 cs On Jun 24, 7:57 am, Jason Grout <[email protected]> wrote: > On 6/24/11 2:17 AM, Chris Seberino wrote: > > > I love implicit_multiplication(True) but I noticed it doesn't work > > between parens!? > > > How make this work?... > > > sage: (1 + 2) (3 + 4) > > --------------------------------------------------------------------------- > > TypeError Traceback (most recent call > > last) > > > /home/seb/<ipython console> in<module>() > > > TypeError: 'sage.rings.integer.Integer' object is not callable > > Did you read the docs before you posted? There's a level specifier, and > a warning in the docs about making that case work: > > http://www.sagemath.org/doc/reference/sage/misc/preparser.html#sage.m... > > Thanks, > > Jason -- 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/sage-support URL: http://www.sagemath.org
