[sage-devel] Re: arcsin or sin^{-1}

2009-06-14 Thread William Stein
On Sun, Jun 14, 2009 at 10:30 PM, Craig Citro wrote: > > My vote is for arcsin. > +1 >>> >>> +1 >> >> +1 >> > > +1 +1 (sorry, couldn't resist). And I have no idea why we used sin^(-1)(x) before. Not even Maxima does that by default: (%i5) asin(sin(x)); (%o5)

[sage-devel] Re: arcsin or sin^{-1}

2009-06-14 Thread Craig Citro
My vote is for arcsin. >>> >>> +1 >> >> +1 > > +1 > +1 --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit t

[sage-devel] Re: arcsin or sin^{-1}

2009-06-14 Thread Nick Alexander
>>> My vote is for arcsin. >>> >> >> +1 > > +1 +1 Nick --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group

[sage-devel] Re: arcsin or sin^{-1}

2009-06-14 Thread John Cremona
2009/6/14 Tim Lahey : > > > On Jun 14, 2009, at 2:35 PM, Burcin Erocal wrote: > >> >> Hi, >> >> With the switch to pynac, the way we typeset arcsin and friends >> changed. >> >> sage: version() >> 'Sage Version 4.0.1, Release Date: 2009-06-06' >> sage: latex(arcsin(x)) >> \arcsin\left(x\right) >>

[sage-devel] Re: arcsin or sin^{-1}

2009-06-14 Thread Tim Lahey
On Jun 14, 2009, at 2:35 PM, Burcin Erocal wrote: > > Hi, > > With the switch to pynac, the way we typeset arcsin and friends > changed. > > sage: version() > 'Sage Version 4.0.1, Release Date: 2009-06-06' > sage: latex(arcsin(x)) > \arcsin\left(x\right) > > as opposed to: > > sage: version()